Re: Call for advice on how to start PyOpenGL!

2007-08-21 Thread John
On Aug 20, 1:53 am, math2life [EMAIL PROTECTED] wrote: I work with python for two years, are familiar with image processing, but beginner on PyOpenGL and OpenGL. Any advice appreciated! Here's a little hello world PyOpenGL program I had lying around that might be useful:

Call for advice on how to start PyOpenGL!

2007-08-20 Thread math2life
I work with python for two years, are familiar with image processing, but beginner on PyOpenGL and OpenGL. Any advice appreciated! -- http://mail.python.org/mailman/listinfo/python-list

Re: Call for advice on how to start PyOpenGL!

2007-08-20 Thread Diez B. Roggisch
math2life wrote: I work with python for two years, are familiar with image processing, but beginner on PyOpenGL and OpenGL. Any advice appreciated! You should check out the pyweek (http://www.pyweek.org/). There you find pygame OpenGL-based games, of a comprehensible size. Diez --

Re: Call for advice on how to start PyOpenGL!

2007-08-20 Thread Richard Jones
Diez B. Roggisch wrote: math2life wrote: I work with python for two years, are familiar with image processing, but beginner on PyOpenGL and OpenGL. Any advice appreciated! You should check out the pyweek (http://www.pyweek.org/). There you find pygame OpenGL-based games, of a

Re: Call for advice on how to start PyOpenGL!

2007-08-20 Thread Mike C. Fletcher
math2life wrote: I work with python for two years, are familiar with image processing, but beginner on PyOpenGL and OpenGL. Any advice appreciated! As has been mentioned, the NeHe tutorials[1] are a good starting point. There are (multiple) translations of the first 8 or so and then some