Frederoche / WebGL-Map

An attempt to make a world map in webgl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL-Map

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..

Video

License

License

About

An attempt to make a world map in webgl

License:Apache License 2.0


Languages

Language:JavaScript 79.5%Language:CSS 11.1%Language:HTML 9.5%