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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@gotoeasy/three-tile

v0.8.8

Published

A lightweight tile map using threejs. (No SSR)

Downloads

98

Readme

English | 简体中文

修改点

更换three版本为0.171.0

three-tile V0.8.6

Home(Document、Example...):

home{:target="_blank"}

1 Introduction

three-tile is a lightweight 3D tile map library developed based on threejs. It offers advantages such as ease of use and low resource consumption, and provides a lightweight 3D terrain model suitable for adding 3D maps to applications developed with threejs.

For more details, please visit: https://blog.csdn.net/HZGJF/article/details/140280844

Note: This is neither Cesium nor Mapbox-gl, and it has no relationship with these 3D GIS frameworks.

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

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

Some development examples are provided:

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

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

Developed using Vue:

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

| alt text | alt text | | -------------------------------------------------------------- | -------------------------------------------------------------- | | alt text | image-20240715090719129 | | image-20240715090911564 | alt text |

Disclaimer:

  • This framework does not contain any map data. The maps used in the examples directly call third-party data. Please comply with legal and regulatory requirements when using them.

1.1 Features

  • Lightweight: The map is provided as a 3D model, without any impact on the existing program architecture.
  • Few dependencies: The entire framework only has one dependency, which is threejs (R165).
  • Fast: Low resource consumption, capable of running smoothly at 60FPS even on integrated graphics.
  • Easy to use: Familiarity with threejs means virtually no learning curve.
  • Highly extensible: Data, models, textures, materials, and the rendering process can all be extended and replaced according to your needs.

1.2 Development Environment

  • Language: 100% TypeScript
  • IDE: VSCode
  • Bundler: Vite 4.0
  • Dependency: three 0.165

3. References

  • 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