https://github.com/tangrams/shaders-demo
A demo showing custom GLSL shaders
https://github.com/tangrams/shaders-demo
Last synced: about 1 year ago
JSON representation
A demo showing custom GLSL shaders
- Host: GitHub
- URL: https://github.com/tangrams/shaders-demo
- Owner: tangrams
- License: mit
- Created: 2014-12-02T00:23:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T22:47:40.000Z (over 6 years ago)
- Last Synced: 2024-07-31T22:44:39.231Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://tangrams.github.io/shaders-demo
- Size: 2.01 MB
- Stars: 34
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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

### 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)