Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
full pyopengl tutorial ?
#1
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?
Reply
#2
http://pyopengl.sourceforge.net/documentation/
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
isnt this the documentation?
where is the tutorial?
Reply
#4
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
Reply
#5
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.
Reply
#6
Thanks j.creator,Larz60+,wavic
Thanks mekire for converting the tutorial to python.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PyOpenGL is not work PoseidonLin 5 1,287 Jul-12-2023, 02:51 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020