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 › 1024 x 768 Framerate
Page Index Toggle Pages: 1
1024 x 768 Framerate (Read 1003 times)
1024 x 768 Framerate
May 11th, 2010, 9:24am
 
Can anyone post tips or ideas to get a decent framerate using a resolution of 1024 * 768 ?
Re: 1024 x 768 Framerate
Reply #1 - May 11th, 2010, 2:41pm
 
Use OpenGL if it's available?  

I'm not sure what to suggest other than that.  If you want to post some code, or a sample of it, here, some people might be able to identify any likely "problem" areas that could be slowing you down drastically.
Re: 1024 x 768 Framerate
Reply #2 - May 11th, 2010, 3:45pm
 
depending on your sketch resolution is probably not the problem.
But it depends on our sketch and what and how you draw it.
Re: 1024 x 768 Framerate
Reply #3 - May 12th, 2010, 5:42am
 
A friend of mine here on the www.processing.org forum asked me if this sketch

http://www.openprocessing.org/visuals/?visualID=8224 can run at 1024 x 768

I am using P3D on openprocessing. Using it offline with OPENGL does not help the framerate. Any ideas

Page Index Toggle Pages: 1