gui-demo icon indicating copy to clipboard operation
gui-demo copied to clipboard

A demo showing using a gui to change styles in Tangram.

gui-demo

A demo showing the use of a gui to change styles in Tangram.

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

tangram-gui

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