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.
I am looking the fastest way to draw thousands of individually calculated pixels directly
Share
Most probably using OpenGL, something like:
Even faster would probably be to use vertex arrays for specifying the points.