On Mon, Feb 25, 2008 at 12:03 PM, Drew Smathers <[EMAIL PROTECTED]> wrote:
> Hey Peter, > > Interesting. Pyglet and GUI integration would definitely be cool. > Maybe I missed something in your code, but why are you importing from > OpenGL instead of pyglet.gl? pyglet provides a ctypes binding around > OpenGL, so ideally your application should depend on pyglet or > pyOpenGL - but not both. We use numpy extensively and PyOpenGL's array support is useful. This example doesn't need it, of course. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
