On Mar 4, 10:01 am, Florian Bösch <[email protected]> wrote: > I wrote some GUI code that's apparently making the rounds in the form > of littlepiggies now, it does do transparent widgets, however, I too > think it's not really robust to build upon.
Hmm - looking that over today. What are the issues? > The matter of the fact is, writing GUIs is hard, and writing good APIs > is hard, and integrating orthogonal aspects like skinning is hard, and > hardly two people agree what's the best way to do any of those. I'm discovering this, yes! I've started over a few times already as I try to get a better understanding of 'the way things work in Pyglet. For instance, the way Simple Menu Class added itself to the event dispatchers list was very interesting, I had been handling window UI in a pretty naive way by subclassing Window and overriding the event handlers. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
