# gui-demo **Repository Path**: mirrors_tangrams/gui-demo ## Basic Information - **Project Name**: gui-demo - **Description**: A demo showing using a gui to change styles in Tangram. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ![tangram-gui](https://cloud.githubusercontent.com/assets/459970/5781803/a2f63796-9d83-11e4-8538-7e8ef77c6107.png) ### 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)