[PyOpenGL-Users] Tutorial(s) for newcomers to (py)OpenGL
Brought to you by:
mcfletch
|
From: wes b. <wes...@gm...> - 2005-01-14 08:58:17
|
Hi,
I've worked in Python for a few years now and stumbled across
pyOpenGL while working on a project. I've never touched OpenGL
before, but I liked the idea of using Python to work with it instead
of C/C++ and the like. My question is is there a tutorial for working
in pyOpenGL as a beginner? I've used google the entire evening and
have many sites including this mailing list and the best I found was
the translation of a handful of NeHe's tutorials and a few others (in
the site-packages directory). I've followed NeHe's tutorials along
with the translated code, however at post lesson6 it becomes rather
unusable. I'm looking for a tutorial over code as it is usually a bit
easier to understand and follow than commented or uncommented code.
If all else fails, I'll use the reference along with the sample code
to figure out what's going on. Thanks!
-Wes
|