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.
IndexProgramming Questions & HelpSyntax Questions › loading external processing applets
Page Index Toggle Pages: 1
loading external processing applets (Read 304 times)
loading external processing applets
May 19th, 2008, 1:58pm
 
hi i was wondering if there is a way to load external processing applets into one main processing applet.

this guy does it here, but i downloaded the source and couldnt figure out how he did it.
http://blogs.bl0rg.net/netzstaub/2006/07/19/processing-vj-application/

any suggestions would be great.

thanks.
Re: loading external processing applets
Reply #1 - May 19th, 2008, 3:07pm
 
Well, obviously there is a way, since he did it... Tongue
From what I have (quickly) read, he downloads the jar files (which are just containers for the compiled classes) and run them with a custom Processing core, etc.
The process is far from trivial, apparently, and involves quite a bit of Java voodoo.
Page Index Toggle Pages: 1