npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zkqh/c-three-tile

v0.10.31

Published

A lightweight tile map using threejs

Readme

English | 简体中文

three-tile V0.10.3

文档、示例:

home{:target="_blank"}

1 简介

three-tile 是一个基于 threejs开发的轻量级三维瓦片地图库,具有使用简单、资源占用少等优点,它提供了一个轻量级三维地形模型,适用于给基于 threejs 开发应用添加三维地图。

详细介绍:https://blog.csdn.net/HZGJF/article/details/140280844

注意:这不是 Cesium,也不是 Mapbox-gl,跟这些三维 GIS 框架没有关系。

Source: https://github.com/sxguojf/three-tile

demo: https://sxguojf.github.io/mydemo/three-tile/index.html

提供一些开发示例:

Examples Source: https://github.com/sxguojf/three-tile-example

Examples: https://sxguojf.github.io/three-tile-example

使用 vue 开发:

https://sxguojf.github.io/mydemo/three-tile-vue/index.html

免责声明:

  • 本框架不含任何地图数据,Example 中使用的地图均为直接调用第三方数据,使用中请遵循法律法规要求。

1.1 特点

  • 轻量级:地图以一个三维模型方式提供,不会对已有程序架构产生任何影响。
  • 依赖少:整个框架仅有 threejs(R165)一个依赖。
  • 速度快:对资源占少,核显也能轻松跑到 60FPS。
  • 使用简单:熟悉 threejs 基本上没有学习成本。
  • 扩展性强:数据、模型、纹理、材质、渲染过程均能根据自己需要扩展和替换。

1.2 开发环境

  • 语言:TypeScript 100%
  • IDE: VSCode
  • 打包:Vite 4.0
  • 依赖:three 0.165

2. 参考

  • https://threejs.org/
  • https://github.com/CesiumGS/cesium
  • https://github.com/mapbox/mapbox-gl-js
  • https://leafletjs.com
  • https://github.com/tentone/geo-three
  • https://github.com/ebeaufay/threedtiles
  • https://github.com/NASA-AMMOS/3DTilesRendererJS
  • https://github.com/wlgys8/GPUDrivenTerrainLearn
  • https://github.com/lijundacom/LeoGPUDriven
  • https://github.com/mapbox/martini
  • https://github.com/visgl/loaders.gl/blob/master/modules/terrain/src/lib/helpers/skirt.ts