totex / Learn-OpenGL-in-python

All the source codes from my youtube tutorial series called "OpenGL in python".
GNU Lesser General Public License v3.0
159 stars 68 forks source link

Suggestions #1

Closed einarf closed 4 years ago

einarf commented 5 years ago

Some simple suggestions making things work on multiple platforms + info.

If you are planning to do a 3.3+ tutorial we have to request at least a 3.3 core forward compatible context or it won't work with drivers and platforms not supporting compatibility mode. OS X is one example. If only doing GL 2.1 we can drop the context configuration.

einarf commented 4 years ago

oh wow. I forgot about this one 😄