3d programming without opengl

Grant Edwards grante at visi.com
Tue Oct 31 14:03:46 EST 2006


On 2006-10-31, nelson - <nelson1977 at gmail.com> wrote:

>    i want to build up a simple 3d interactive geometry application in
> python. Since i want to run it without 3D acceleration (a scene will
> be quite simple)

If you just want slow, it's probably easier to use OpenGL and
just put calls to time.sleep() in strategic places.

> I was wondering if there was a library in python that allow me
> to build 3D graphic without the need to use OpenGL.... I
> google but i can't find nothing interesting... (the best would
> be a pure python solution)

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

-- 
Grant Edwards                   grante             Yow!  YOW!! Up ahead! It's
                                  at               a DONUT HUT!!
                               visi.com            



More information about the Python-list mailing list