[PyOpenGL-Users] PyOpenGL and 3.2 Core Profiles (OS X Lion)
Brought to you by:
mcfletch
From: T.J. Jankun-K. <tj...@cs...> - 2011-09-12 04:04:25
|
I'm adapting my Computer Graphics class to the 3.2 Core Profile (as it is now supported by OS X). However, GLUT.framework does not expose methods to create contexts before creating windows (so I can't request a 3.2 context) and freeglut is X based, not Cocoa, so I'm not sure if it'll work (and I'd rather not go X). So, a few questions: - Has anyone gotten PyOpenGL and OpenGL 3.2 to work on OS X? With what means of generating/managing windows? - Similar question for Windows. The Glut interface for PyOpenGL does't expose the freeglut glutInitContextVersion et al so I'm not sure how one would do about it there. Thanks for any assistance. TJK -- T.J. Jankun-Kelly Associate Professor (Visualization, Analytics & Gaming) Computer Science & Engineering, Mississippi State University http://www.cse.msstate.edu/~tjk/ @dr_tj |