caffeinepills
caffeinepills
Maybe it could be useful as an example? Although we don't have external dependencies, after thinking about it, we do have some features gated behind another library, for instance video...
Behavior added in https://github.com/pyglet/pyglet/pull/1067 part of v2.0.14. Example will come later.
I'm for including a manually generated stub file for the lazy loading. I use one and it does indeed do autocompletion with PyCharm. The only caveat I can see in...
Stub file merged into master.
To answer your questions: > What's the practical difference between on_text and TextEntry.on_commit? `on_commit` is simply an event fired when the user attempts to 'commit' the text. For instance, hitting...
Slots may have to be omitted as this will break existing code or pushed further into a release where we can break compatibility. Personally I am not a fan of...
Revisiting this, but honestly I don't think this will realistically be possible. As discussed before, since a shader can manipulate the vertices/position of things, we can't get a 1:1 of...
This is not implemented as far as I can tell.
Pygame and Pyglet are two different libraries and the same approaches aren't always going to translate in the same manner for the same result. In this case, you are creating...
Closing, user was given differences of pygame vs pyglet usages to adjust his design.