quantized-mesh-tile
February 5, 2026 ยท View on GitHub
Quantized-mesh-tile is a Python encoder/decoder and topology builder for terrain tiles.
Doc is hosted on Readthedocs: https://quantized-mesh-tile.readthedocs.io/en/latest/
Changelog
See CHANGELOG.md for version history.
Test Doc Locally
cd doc
rm -rf build && make htm
python -m http.server 8000 --directory build/html
Open http://localhost:8000/viewer.html.