3d programming without opengl

Fredrik Lundh fredrik at pythonware.com
Tue Oct 31 14:10:31 EST 2006


Grant Edwards wrote:

> Oy.  A pure Python solution would probably be _really_ slow.

Pure Python doesn't necessarily imply "no graphics drawing code written 
in some other language", though.  You can get pretty far by using a 2D 
library for simple 3D rendering.

</F>




More information about the Python-list mailing list