A world map in webgl. It is writen in pure javascript without the use of extrenal libraries. It is based on a quadtree structure.
To run the project:
#Run the program
Run: node app.js in the corresponding project folder, browse to: http://localhost:8000
- It works on Edge, Chrome, Opera, Firefox.
- it works now with nodejs.
Further work:
- Improvment on requestAnimationFrame handler.
- Make it possible to use the map without mouse event handler (mobile, tablette).
- Make it possible to Spherify the earth..