Skip to content

Michael-Day/simple-demo

 
 

Repository files navigation

simple-demo

This is an extension of the Tangram setup that is shown in their basic example.

(Live demo: http://tangrams.github.io/simple-demo/)

I'm attempting to try and integrate some p5js canvasses and divs etc.

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

About

My modifications to the simplest possible Tangram setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%