Python Forum

Full Version: full pyopengl tutorial ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i already know the basic,such as creating window,changing window title , set window icon,setting perspective and drawing object and lastly manipulating object.
But i need a pyopengl tutorial that teach me about lighting and camera and many more opengl things that i dont know yet.
is there a pyopengl tutorial that is full and complete?
isnt this the documentation?
where is the tutorial?
The best open Gl tutorial is Jason McKesson's. The code is written in C, but parts have been converted by Mekire (on this forun)
the link to his code is: https://github.com/Mekire/gltut-pygame

The original Text (Of McKeeson's book with C code) is here: https://www.docdroid.net/UKocmTz/arcsynthesis.pdf.html
Arcsynthesis was a great website. Good thing we have the PDFs and site snapshots: http://web.archive.org/web/2014020918134...org/gltut/
It is offtopic (or offPython), but for anyone interested, there is a good and relatively new resource: https://learnopengl.com/
And Anton's book about OpenGL basics is highly praised in online communities, but I didn't check it out myself yet: http://antongerdelan.net/opengl/
Sources are focused on modern (core) OpenGL.
Thanks j.creator,Larz60+,wavic
Thanks mekire for converting the tutorial to python.