An open API service indexing awesome lists of open source software.

https://github.com/cycomachead/snap-graphics

Graphics Extensions for Snap!
https://github.com/cycomachead/snap-graphics

Last synced: about 1 year ago
JSON representation

Graphics Extensions for Snap!

Awesome Lists containing this project

README

          

README:

Michael Ball
CS194-26
Final Project

To run Snap! simple click on index.html
However, sometimes running a file locally isn't very good due to security
protocols, so you should so the following:
cd snap/ [or wherever this directory is]
python -m SimpleHTTPServer [for Python 2]
or
python -m http.server [for Python 3]
then go to: http://localhost:8000/
and play around!

But be careful, the Graphics stuff is fragile!