We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › Simple Live Coding tool
Page Index Toggle Pages: 1
Simple Live Coding tool (Read 2572 times)
Simple Live Coding tool
Apr 3rd, 2010, 8:06am
 
A sketch in basic mode can be run directly inside the Processing IDE. Altering the code will change the running applet without recompilation.

Here:
http://github.com/fjenett/simplelivecoding

Download, installation, getting started:
http://wiki.github.com/fjenett/simplelivecoding/getting-started

Once installed the tool should show up in the "Tools" menu. Examples are included.

Comments are welcome.
Issues / bugs: please post them over at github:
http://github.com/fjenett/simplelivecoding/issues

Best
F
Re: Simple Live Coding tool
Reply #1 - Apr 3rd, 2010, 9:49am
 
looks promising, but how does it work?
if i load it this little grey window appears, but typing anything doesnt effect the window. same when loading your examples. i see what was done, but when changing colors for example. nothing happens.
to i miss something here ?
Re: Simple Live Coding tool
Reply #2 - Apr 4th, 2010, 12:45am
 
Hey, you need to save your changes for the applet to be updated.

Edit: added a Usage block to the Getting started wiki page of the tool,
http://wiki.github.com/fjenett/simplelivecoding/getting-started
Re: Simple Live Coding tool
Reply #3 - Apr 8th, 2010, 8:56pm
 
hi, i try it! it's really cool stuff!

but i have some problem..i can't use the additional API
when i open SLExample_9 and run it with SLC - 0.0.4, something show below:


Sourced file: inline evaluation of: `` /*    Simple LiveCoding Example 9     *    fjenett 20080829  *  *    how to sto . . . '' : Typed variable declaration : Attempt to resolve method: getFloat() on undefined variable or class name: live : at Line: 18 : in file: inline evaluation of: `` /*    Simple LiveCoding Example 9     *    fjenett 20080829  *  *    how to sto . . . '' : live .getFloat ( "x" , width / 2 )

i want to figure it out, anyone help plz?
Re: Simple Live Coding tool
Reply #4 - Apr 8th, 2010, 9:54pm
 
Yes. Sorry about that ... missed to update the examples to the latest version of the live API.

"live" should be in titlecase: "Live"

Fixed in the distribution now.

Thanks for reporting.
Re: Simple Live Coding tool
Reply #5 - Apr 8th, 2010, 10:37pm
 
thanks for your help lol
your other tools are very useful too! thanks again!
Page Index Toggle Pages: 1