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!
- Host: GitHub
- URL: https://github.com/cycomachead/snap-graphics
- Owner: cycomachead
- Created: 2014-11-21T08:08:55.000Z (over 11 years ago)
- Default Branch: graphics
- Last Pushed: 2015-06-15T11:15:37.000Z (almost 11 years ago)
- Last Synced: 2025-05-07T20:55:31.031Z (about 1 year ago)
- Language: JavaScript
- Size: 16 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-194-Final-Project.txt
- Changelog: history.txt
- Contributing: contributing to BYOB4.txt
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!