cpu limited with bigger windows
in
Integration and Hardware
•
11 months ago
hello all,
today i did my first processing programming. my project is visualizing data from a biofeedback software. i was writing easy code, a bouncing ball code with speed regulated through serial communication. that works, but if i make the window size 1000 x 1000, the cpu is at 100% and the serial communication is very slow. it is an older amd 2,5 ghz with a simple graphic card. somehow i was expecting much more speed and fluidity.
also when i run simple bouncing ball code without serial communication on my 2,33 ghz dual core laptop, the cpu is at 95%.
is that normal or is there a way to make it faster. my goal is to control 2 bouncing balls in speed and size through serial communication in fullscreen. i dont need high resolution, but a big window. is that possible with processing or is anybody aware of better (faster) alternatives?
thanks,
michael
today i did my first processing programming. my project is visualizing data from a biofeedback software. i was writing easy code, a bouncing ball code with speed regulated through serial communication. that works, but if i make the window size 1000 x 1000, the cpu is at 100% and the serial communication is very slow. it is an older amd 2,5 ghz with a simple graphic card. somehow i was expecting much more speed and fluidity.
also when i run simple bouncing ball code without serial communication on my 2,33 ghz dual core laptop, the cpu is at 95%.
is that normal or is there a way to make it faster. my goal is to control 2 bouncing balls in speed and size through serial communication in fullscreen. i dont need high resolution, but a big window. is that possible with processing or is anybody aware of better (faster) alternatives?
thanks,
michael
1