Re: 3d programming without opengl
- From: "Paul McGuire" <ptmcg@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 08:20:30 GMT
"nelson -" <nelson1977@xxxxxxxxx> wrote in message
news:mailman.1526.1162280594.11739.python-list@xxxxxxxxxxxxx
hi!
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) 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)
Thanks,
nelson
Here's a page (http://www.vrplumber.com/py3d.py) with links to 73 possible
libraries.
I've played with *** (http://***.sourceforge.net/) and it is quite easy to
work with. Here's a Flash movie (recorded using Wink) of a sphere that I
programmed and rotated about:
http://www.geocities.com/ptmcg/python/sphere1.htm, and here is the program
that created it: http://www.geocities.com/ptmcg/python/vecSlut2.py.txt.
The demos that come with *** are quite impressive, too. The *** project
web page summarizes them here
(http://***.sourceforge.net/examples/index.html), but the little videos
don't do them justice.
-- Paul
.
- Follow-Ups:
- Re: 3d programming without opengl
- From: Steve Holden
- Re: 3d programming without opengl
- From: Paul McGuire
- Re: 3d programming without opengl
- References:
- 3d programming without opengl
- From: nelson -
- 3d programming without opengl
- Prev by Date: Re: 3d programming without opengl
- Next by Date: Re: Python windows interactive.
- Previous by thread: 3d programming without opengl
- Next by thread: Re: 3d programming without opengl
- Index(es):