https://github.com/davidedc/sketchpatch
online fun programming sketchbook
https://github.com/davidedc/sketchpatch
Last synced: 2 months ago
JSON representation
online fun programming sketchbook
- Host: GitHub
- URL: https://github.com/davidedc/sketchpatch
- Owner: davidedc
- Created: 2012-02-19T16:49:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T19:45:21.000Z (over 11 years ago)
- Last Synced: 2024-04-08T16:54:20.801Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 56.6 MB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
What?
=====sketchPatch is a portal where anyone can collect and play with Processing sketches. More about the project here: http://www.sketchpatch.net/about.html
Why?
====
We liked the idea of a site which a) lets people code Processing sketches online and b) collects the sketches and links "forks" c) is accessible to old browsers e.g. IE6 (sketchPatch is used a teaching platform - and schools don't necessarily have the latest and greatest set-ups and browsers).Although there were similar sites for Processing other languages, there wasn't anything quite like what we wanted, so we gave it a go.
How?
====
sketchPatch uses Processing.as by Tim Cameron Ryan where flash is available, and Processing.js otherwise. sketchPatch also uses a modified version of the CPedia blog engine by Ping Chen. Countless other libraries are used.Can I use it?
=============
Sure go ahead! The site is quite "branded", so you might want to change those visual references to sketchPatch. Also sketchPatch runs on Google App Engine. It's probably very easy to port it to a "neutral" host, since we used very few AppEngine-specific APIs, and the data model is very simple.