OpenGL seems like the way to go to create the orthographic projections. For printable/SVG output, you could use gluProject and feed your 2D-projected vertices to Cairo alongside your OpenGL code.
I have used GL2PS <http://www.geuz.org/gl2ps/> before to make vector drawings from OpenGL, but it is in C. Good luck! Karl On Thu, Apr 30, 2009 at 2:05 AM, Darren Hart <[email protected]> wrote: > I'm looking for some libraries to make isometric renderings of cabinet > construction. I'd like to be able to render the cabinet on the screen > and also print the rendering. I'm mostly just looking for a black and > white line drawing for now. Can anyone recommend a higher level > library for this or is PyOpenGL most likely the best bet? Or perhaps > rolling my own using cairo? > > Thanks, > > -- > Darren Hart > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > -- Code or be coded.
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
