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

Dependencies: Move leaflet / cesium to hosted libraries (when possible) #15

Closed Flokey82 closed 1 year ago

Flokey82 commented 1 year ago

The current way of having a local fork is kinda sloppy, so we just need to find a hosted version of those libs. (this will also fix the "project language" issue... currently this repo shows up as javascript due to the size of the dependencies, which are JS and not go)

Flokey82 commented 1 year ago

NOTE: This will of course break "offline development" :( Well, gotta move with the times I guess.