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 & HelpPrograms › Java Problems
Page Index Toggle Pages: 1
Java Problems (Read 1126 times)
Java Problems
Jun 24th, 2005, 1:15am
 
Hello,

i have downloaded the latest version of processing (0.091 i think).

And i have downloaded Java (tm) 2 Platform i think this is also named JVM 5.

And now my question: clould it be that processing files
are running very slowly with this Jvm. In older versions
examles like smoke were running very nice but yet... only lag

cu mfg
Tschdaeff
Re: Java Problems
Reply #1 - Jun 24th, 2005, 3:41am
 
Were you using the beta before? Try setting the renderer to P3D by calling size like this:

size(200,200, P3D);

The default Java2D renderer is really a lot slower than P3D for a lot of stuff, so maybe that'll help.
Re: Java Problems
Reply #2 - Jun 24th, 2005, 10:01am
 
Thank you now it runs much faster!!!

cu mfg
Tschdaeff
Page Index Toggle Pages: 1