Andre Roberge wrote: > pyglet works well using Crunchy ;-) (code.google.com/p/crunchy) I am > in the process of writing a crunchy-ready pyglet tutorial, learning > pyglet as I go along. > That's really neat, thanks for the note! My only problem was the dir() list that pops up obscures the input box (because pyglet classes are quite large). Perhaps you could hide the private identifiers by default?
I also noticed that the "Crunchy" blog link on googlecode is broken. For your pyglet tutorial, you might consider using something like Brian Jorgensen's ManagedWindow class (look in http://sympy.googlecode.com/svn/trunk/sympy/modules), which pushes the run loop into a separate thread -- handy for interactive use. Cheers 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 -~----------~----~----~----~------~----~------~--~---
