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 › Video card and framerate
Page Index Toggle Pages: 1
Video card and framerate (Read 587 times)
Video card and framerate
Feb 3rd, 2006, 1:36pm
 
hello,
We are facing a problem that since lot of information is being drawn on the PApplet the responsiveness in terms of UI being refreshed is quite slow. We tried increasing the framerate upto 100 but with limited success.
If we use a more powerful video card will then increasing the framerate to higher values make a difference in terms of quicker display?
Regards
Sameer Thakur
Re: Video card and framerate
Reply #1 - Feb 3rd, 2006, 2:52pm
 
It's unlikely that a faster video card will improve drawing performance in Processing, unless you're using the OPENGL renderer, but even then it will depend on exactly what you are doing.

Perhaps you could describe what it is you're trying to draw and interact with (2D/3D? Lots of polygons? Textures? Lines? Circles? Spheres? Complex geometry? etc.) - the best way to allow people to help you would be to post some code which demonstrates your problem.
Page Index Toggle Pages: 1