Lenny Critchley
Lenny Critchley
Ah I see, I'll try out that workaround then. Thanks :+1:
> I am more thinking of the C++ Bindings, for example like how mono is built as a module with the engine. I believe it is because having a C...
Would like to point out that if the factory generates the .gdns files, then the module will know where the scripts are. This could potentially bring a temporary solution to...
There are existing physics libraries out there such as [pymunk](https://github.com/viblo/pymunk). I think collision detection might be a bit out of scope for pyglet itself, however it is fairly simple to...
Couldn't hurt to put in examples if it seems stable enough
Do you get an error when running set_icon, or does it just not set the window icon correctly?
I like the idea of having a generic "animate anything" animation system, so I think this would definitely be a great addition. Replacing the existing Sprite's animation system with this...
Having some issues with detecting mouse drag events on xlib: It seems like the state property of the event is not changed by holding mouse 4 or 5. However, if...
Ah ok, I'll just focus on Xlib for now then we can get this merged.
Ah, I'm seeing what the problem I was encountering before is now. It appears that `ev.xmotion.state` does not set any flags when button 4 or 5 are held down (it...