https://github.com/automata/web-pd-gui
A GUI implementation to Chrism web-puredata
https://github.com/automata/web-pd-gui
Last synced: 3 months ago
JSON representation
A GUI implementation to Chrism web-puredata
- Host: GitHub
- URL: https://github.com/automata/web-pd-gui
- Owner: automata
- Created: 2010-12-27T17:24:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-21T03:28:57.000Z (over 14 years ago)
- Last Synced: 2025-01-07T22:18:32.546Z (4 months ago)
- Language: JavaScript
- Homepage: http://automata.cc/web-pd-gui
- Size: 135 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* web-pd-gui
A GUI to chrism's [[http://mccormick.cx/dev/webpd/][web-puredata]] based on [[http://code.google.com/p/jsplumb/][jsPlumb]].
Please, also take a look at Spencer Kelly's HTML5 canvas based [[http://www.spencerwaterbed.com/soft/webpd/][implementation]].
* Prerequisites
You need [[http://mozilla.com/firefox/beta/][Firefox 4 (beta)]] to run that.
* Demo
For now there's just a simple alpha-state demo [[http://automata.github.com/web-pd-gui/test_jsplumb.html][here]].
* Developing
If you want to hack on the code (don't forget to drop me a line, please!),
download the source from github:#begin_src sh
git clone http://[email protected]/automata/web-pd-gui.git
#end_src