2009JUN011112
Editor + renderer = usable toolset
Mucking around with ProcessingJS today. This is a really simple demo using this code as a starting point. The key points:
- using the native Processing editor to work with code (advantage of syntax highlighting etc)
- using a simple trick to "auto-load" the code saved from the native processing using JQuery in the browser. You can find the technique here.
So what do I have?
Well I have an editor that works, a render page that automatically loads files from the file system instead of inline files. I also have a technique to use JQuery with ProcessingJS.
This is turning out to be a handy development toolset.
next >>>
2009JUN011112
Editor + renderer = usable toolset
Mucking around with ProcessingJS today. This is a really simple demo using this code as a starting point. The key points:
- using the native Processing editor to work with code (advantage of syntax highlighting etc)
- using a simple trick to "auto-load" the code saved from the native processing using JQuery in the browser. You can find the technique here.
So what do I have?
Well I have an editor that works, a render page that automatically loads files from the file system instead of inline files. I also have a technique to use JQuery with ProcessingJS.
This is turning out to be a handy development toolset.
next >>>