On Wed, Oct 3, 2012 at 3:01 PM, Eleftherios Garyfallidis < [email protected]> wrote:
> Hello pygleters, > > I am using mainly pyglet for accessing OpenGL commands in different > platforms and I am using Pyside for the windowing bits. I know that pyglet > supports opengl debugging using pyglet.options['debug_gl'] etc but I am not > sure how someone can get those debugging messages when Pyside is involved. > > I hope someone can give me some advice with this. I would also appreciate > if you can give me a bit of information of how debugging is enabled in > pyglet in general. > > Cheers, > Eleftherios > https://github.com/fos/fos > > The "debugging" section of the Progamming Guide is most likely what you're looking for: http://pyglet.org/doc/programming_guide/debugging_tools.html If "Pyside" is another python module that uses pyglet, then the same methods of enabling pyglet debugging ought to work. ~ Nathan -- 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.
