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.
Page Index Toggle Pages: 1
.pde or .jar to .exe (Read 876 times)
.pde or .jar to .exe
Jun 8th, 2007, 3:08am
 
It would be very nice if processing could export your project as an exe for windows or app for mac. That would make deployment for the rest of the world much simpler. Or better yet, make processing use C++ instead of Java for compilation and language in general, C++ is more versatile and faster than Java. Many of the "sketches" i make are actually nice desktop apps and i would very much like to use them independently.
Re: .pde or .jar to .exe
Reply #1 - Jun 8th, 2007, 9:34am
 
processing has the export-to-application function already built in. see menu item "File->Export as Application".

for a similar framework to Processing using C++ see:
http://www.openframeworks.cc/

F
Re: .pde or .jar to .exe
Reply #2 - Jun 9th, 2007, 1:44am
 
Wow, you just opened up a new world to me. Thanks so much for your reply.
Page Index Toggle Pages: 1