I am looking the fastest way to draw thousands of individually calculated pixels directly to the screen in an iPhone application that preforms extremely well.
Most probably using OpenGL, something like:
glBegin(GL_POINTS);
glColor3f(...);
glVertex3f(...);
...
glEnd();
Even faster would probably be to use vertex arrays for specifying the points.
Why don't you use OpenGL views?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With