Fast 2D Raster Rendering with GUI

Ross Ridge rridge at caffeine.csclub.uwaterloo.ca
Tue Mar 18 14:51:18 EDT 2008


Chris Mellon <arkanes at gmail.com> wrote:
>OpenGL is totally unsuitable if the goal is to implement your own
>pixel-level raster drawing.

Unfornately, any solution involving Python is likely to be unsuitable
if your goal is to set individual pixels one-by-one, and GDI would be no
better than OpenGL here.  The overhead of calling some sort of putpixel()
function over and over will domininate everything else.

					Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge at csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  



More information about the Python-list mailing list