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: 18 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T22:47:40.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T22:44:39.231Z (3 months 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
![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)