opengl_tutorials_python icon indicating copy to clipboard operation
opengl_tutorials_python copied to clipboard

Fixes for linux and mesa

Open stuaxo opened this issue 10 years ago • 0 comments

Hi, I've been getting these working on mesa on Linux - these drivers are a lot stricter than the commercial ones so some things don't work right away.

Main stuff:

  • Use forwardslashes for paths (python should be fine with this in Windows).
  • glfw window hints for 3.3 context have to come before window creation
  • glew_wish -glGetStringi for extensions killed stuff, so I've temporarily commented it out.

I've got up to tutorial5, but it's not included as I spent about a day trying to understand why textures were just black before rewriting the texture part, so that's something you might not want to 'just merge'.

S

stuaxo avatar Aug 05 '15 15:08 stuaxo