On Wed, Apr 29, 2009 at 11:32 PM, Karl Ostmo <kos...@gmail.com> wrote:
> 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 before to make vector drawings from OpenGL, but it is in
> C.
>

Thanks for the pointers Karl, much appreciated.  I'll let you know if
I get this thing off the ground :-)

--
Darren

> Good luck!
> Karl
>
> On Thu, Apr 30, 2009 at 2:05 AM, Darren Hart <dar...@dvhart.com> 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   pygtk@daa.com.au
>> http://www.daa.com.au/mailman/listinfo/pygtk
>> Read the PyGTK FAQ: http://faq.pygtk.org/
>
>
>
> --
> Code or be coded.
>



-- 
Darren Hart
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to