Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/tangrams/shaders-demo

A demo showing custom GLSL shaders
https://github.com/tangrams/shaders-demo

Last synced: 3 months ago
JSON representation

A demo showing custom GLSL shaders

Lists

README

        

# shaders-demo

A demo showing some ways to use GLSL shaders to draw maps with the [Tangram](http://github.com/tangrams/tangram) library.

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

![shaders-demo screenshot](https://cloud.githubusercontent.com/assets/459970/6629447/7fa6bf9a-c8e4-11e4-86ba-90d108237e48.png)

### 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](http://localhost:8000)