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 › Command line pde compiler for script
Page Index Toggle Pages: 1
Command line pde compiler for script (Read 1476 times)
Command line pde compiler for script
Oct 25th, 2006, 7:51am
 
Hi there,

Is there a tool or a way to use the processing.exe as a command line? I want to create a perl script that would be able to compile a pde file.
I searched the forum, and found one reference, someone had apparently build such a tool, but the link posted was obsolete.

Thanks,

Denis
Re: Command line pde compiler for script
Reply #1 - Oct 25th, 2006, 1:54pm
 
Yah, you mean this one right The guy who proposed the project still has a page at his university. You might try contacting him through that.

http://students.washington.edu/khormaee/

Good luck and keep us informed of any success. That project was quite interesting. The best part was simply being able to put together a Processing jig away from home. Would have been good if they'd got round to allowing one to import libraries.
Re: Command line pde compiler for script
Reply #2 - Oct 25th, 2006, 9:15pm
 
Actually, I was refering to:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_libraries_tools;action=display;num=1130464463
which points to the now dead link:
http://www.fsckblogs.com/processing.tar.gz

Not sure what the link you r refering too is supposed to be - the first one is broken, and in the second, I couldn't find any reference to a command line tool...

Anyboby familiar with the sources knows if it'd be easy to do this?

thx,

Denis
Re: Command line pde compiler for script
Reply #3 - Oct 26th, 2006, 4:36pm
 
I was trying to find a project which is pretty much like codetree. Someone had put something together which compiled the Java online. The format was basically a form for the pde and on the server the java was compiled and then a sketch was launched.

If you decide to do it the hard way there's a discussion on comiling java here:

http://www.daniweb.com/techtalkforums/thread8505.html

and there's

http://dev.processing.org/

Sorry I can't help further.
Re: Command line pde compiler for script
Reply #4 - Oct 27th, 2006, 12:07am
 
http://opencode.media.mit.edu/
Page Index Toggle Pages: 1