https://github.com/tangrams/gui-demo
A demo showing using a gui to change styles in Tangram.
https://github.com/tangrams/gui-demo
Last synced: 8 months ago
JSON representation
A demo showing using a gui to change styles in Tangram.
- Host: GitHub
- URL: https://github.com/tangrams/gui-demo
- Owner: tangrams
- License: mit
- Created: 2014-12-03T18:43:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T17:01:43.000Z (over 6 years ago)
- Last Synced: 2025-06-06T15:06:48.540Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://tangrams.github.io/gui-demo
- Size: 1.35 MB
- Stars: 21
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gui-demo
================
A demo showing the use of a gui to change styles in [Tangram](http://github.com/tangrams/tangram).
Live demo: http://tangrams.github.io/gui-demo

### To run:
Start a web server in the repo's 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)