Re: Higher-level OpenGL modules

2006-09-06 Thread Ben Sizer
[EMAIL PROTECTED] wrote: http://pyopengl.sourceforge.net/ I wouldn't begin to tell you how to install this.. Looks like russian roulette with virus since the .dll's are not available and are not linked from the site but are available from lots of places in the google search. I think you're

Higher-level OpenGL modules

2006-09-05 Thread Leon
Greetings, Does anybody know of or is working on any python modules that allow for a direct but higher-level interface to OpenGL? For example, quick functions to draw lines, curves, and basic shapes; define hsb color mode; fill and stroke operations; easy loading of images, svg files, etc (much

Re: Higher-level OpenGL modules

2006-09-05 Thread Wolfgang Draxinger
Leon wrote: http://www.processing.org/reference/index.html). The closest thing I could find was devachan - Hava a look at Amanith http://www.amanith.org OpenGL is that low level by design. Everything beyond is to be packed into other libraries. Wolfgang Draxinger -- E-Mail address works,

Re: Higher-level OpenGL modules

2006-09-05 Thread [EMAIL PROTECTED]
http://pyopengl.sourceforge.net/ I wouldn't begin to tell you how to install this.. Looks like russian roulette with virus since the .dll's are not available and are not linked from the site but are available from lots of places in the google search. Looks like there is a copyright that might

Re: Higher-level OpenGL modules

2006-09-05 Thread Leon
Thanks guys!, Ill look into your suggestions. I'm actually currently working directly with pyOpenGL, but hopefully Ill find something that would make me more efficient. I might end up writing a library myself. -- http://mail.python.org/mailman/listinfo/python-list

Re: Higher-level OpenGL modules

2006-09-05 Thread Felipe Almeida Lessa
5 Sep 2006 03:44:47 -0700, Leon [EMAIL PROTECTED]: Greetings, Does anybody know of or is working on any python modules that allow for a direct but higher-level interface to OpenGL? For example, quick functions to draw lines, curves, and basic shapes; define hsb color mode; fill and stroke