Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 572 Bytes

shaders-demo

A demo showing some ways to use GLSL shaders to draw maps with the Tangram library.

Live demo: http://tangrams.github.io/shaders-demo

shaders-demo screenshot

To run locally:

Download this repo, then start a web server in its directory:

python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000

Then navigate to: http://localhost:8000