Manghi
Manghi
Well since no one replied yet I though I would chime in. * Resource management * Physics/collision engine * Particle system * ECS * Scripting support * Controller support (I...
I agree, I think you've mostly met your initial goal with 0.4 by now. I would then align with @termhn and focus on stability and, my two cents, a bit...
Not a bad reason at all 😋 . > learn more about sound programming For sound creation, how about something [like this](https://alda.io/)? Decent [sound programming list ](https://en.wikipedia.org/wiki/List_of_audio_programming_languages) on Wiki. But...
> The second problem is that to do just about anything with ggez you have to create a Context. This is sounds like a huge problem for maintainability, and to...
Maybe someone more knowledgeable can correct me, but couldn't you calculate the duration if you looked at some of the metadata? I don't know if that is always available, and...
Usually they'll use PS4 or Xbox controller connected to their PC somehow (hardwire or Bluetooth). #57 was created to implement your second statement.
This is looking really good! Few comments: 1. What's the use case of `ClearPingEndpoints`? 2. We may want to consider renaming/reworking `BroadcastChatMessage` into something that fits this architecture as chat...
@AaronM04 Has your views on this changed since 2019? Is it still needed / useful?
We worked on this together. No additional comments at this time.
Packet Info is changing to also specify additional metadata about the packet. Metadata is used instead of the queue `index` for filter/transport communication.