3D Buildings Experiments
PS: Warning: spaghetti code ahead. Do not use in production :D
PS2: I don't know what I'm doing, yet, so don't rely on my matrices.
https://maptheclouds.com/playground/buildings-experiments/
-
clone the Project -
git clone https://github.com/alexaac/buildings-experiments.git
-
open the project folder -
cd buildings-experiments
Serve html using a server or simply open the index.html file
-
update node to 16 if older version -
nvm use 16
-
install a simple static http server -
npm install http-server
-
start the project on localhost:8077 -
http-server -a localhost -p 8077 -o --cors
3D buildings experiments on the shoulders of the giants (MaplibreGL, MapboxGL, Tangram).
Testing various shaders using GLSL.