Files
processing4/javascript/todo.txt
2012-12-09 14:04:39 +00:00

57 lines
1.9 KiB
Plaintext

We have some discussion here:
http://code.google.com/p/processing/issues/detail?id=573
----------------------------------------------------------------------------
X Library system changes, as discussed at EyeO 2012
----------------------------------------------------------------------------
X Make sure all reference links point to the same/new location
----------------------------------------------------------------------------
Examples
Some of the standard examples should be included, but not library specific
ones. Currently there is no way to "just pick some" one has to include whole
branches.
----------------------------------------------------------------------------
UI
As the server keeps running until being explicitly stopped we might think
about an animated icon. How does "Server running" look like?
----------------------------------------------------------------------------
Convenience
A way to open / run in other browsers?
Find your own IP address so you can test the sketch from other clients
on the network.
QRCode for mobile devices? http://code.google.com/p/zxing/
Watch source files for changes, rebuild & export upon change.
No saving needed.
Add a callback that will fire once your sketch has loaded to get away from
continously testing Processing.instances.
----------------------------------------------------------------------------
Nice subpages for: 404, directory listing, ...
----------------------------------------------------------------------------
Integration with SketchPad.cc
s.cc being based on Etherpad has no API for calls from outside
at the moment. Content scraping is possible but probably not
submitting stuff ..
Here's how to get latest of a sketch as plain text:
http://studio.sketchpad.cc/sp/pad/export/ro.9civzkE0CyCy6/latest?format=txt
----------------------------------------------------------------------------