On 2/22/08, Seanzo <[EMAIL PROTECTED]> wrote: > > Does anyone have any good way to use GLSL with Pyglet? If my memory's > correct, pyglet is running python 2.5 while both glewpy and pyglew are > running 2.4 and lower. Anyone have any other options?
GLEW is not needed; pyglet exposes all known OpenGL versions and registered extensions. See the programming guide section on OpenGL for details. (If I've missed one, let me know -- I try to keep it up-to-date). Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
