Flokey82 / genworldvoronoi

Generates a planet with basic climate simulation, city placement, Wavefront OBJ/SVG/PNG export, leaflet server, etc. WIP!
Apache License 2.0
4 stars 1 forks source link

Visualization: 3d Globe #11

Closed Flokey82 closed 1 year ago

Flokey82 commented 1 year ago

Simplest example: http://examples.webglearth.com/ ... which is compatible with LeafletJS, which we already support. Probably the easiest way to get it up and running.

(way) More powerful, but way more complicated: https://github.com/CesiumGS/cesium https://github.com/geo-data/cesium-terrain-server (go based tile server)

Unclear licensing, but somewhat related to Leaflet JS https://github.com/wrld3d/wrld.js

Also interesting https://github.com/robhawkes/vizicities

Flokey82 commented 1 year ago

Managed to get cesium working with the local tile server. Now, for the terrain server, I have to figure out this data format: https://github.com/CesiumGS/quantized-mesh

Flokey82 commented 1 year ago

I need to remove the unminified cesium code... Right now this repo shows up as "JavaScript" :-/