Georg Friedrich Schuppe

Results 27 comments of Georg Friedrich Schuppe
trafficstars

#70 has additional information on this issue.

A lot of bevy's internal features are not very snapshot-friendly. As an example, bevy's current states use a driver function that has a `Local` making it impossible to capture states...

There should probably be a section for well-known pitfalls / bevy features not working as expected.

I remember writing a ggrs rapier demo at some point in the past, where I had to serialize the `RapierContext`, too. Performance wise, It was not very good. I am...

Since the bevy PR is now merged, we should be able to use it now, right?

Just for clarity: the GGRS doc link you reference has been moved to https://gschup.github.io/ggrs/docs/tutorial/setup/

I like the idea of using `ggrs::UdpNonBlockingSocket` as "a bare minimum demo implementation of the NonBlockingSocket". I would like to keep the synchronization around, but inside the `UdpNonBlockingSocket` might be...