Gilles Henaux

Results 9 comments of Gilles Henaux

Unfortunately, this is not currently possible for now. Some work was started that would enable something like this in the old [unreliable-fragments](https://github.com/Henauxg/bevy_quinnet/tree/unreliable-fragments) branch. However this was not fully implemented. But...

This should now be fixed. I did some work on the channels and reworked their behavior. They now behave more like what Replicon expects by sending their id alongside their...

I am not strongly tied to `bincode`. It was just a good "by default" option. In fact I still had plans to investigate a switch to `postcard` as a default...

Thank you, this seems great. I will have a look in the coming days

I saw you issue #1 a few days ago and tried a few changes myself, which looked a lot similar. Although I tried to go a bit deeper in order...

I think I also stumbled upon the fact that an irregular, non-oriented grid may not need a lot of the features designed for a regular 'oriented" grid, such as rotations...

Took a quick look, I'll have a more precise look and response tomorrow

I simplified the added `Grid` trait even more and its usage in the `InternalGenerator`. I kept the `Position` type, but it really is facultative now for a custom `Grid` implementation...

Updated the branch to integrate `ghx_grid` version `0.3.2` as well as to fix all examples & bevy plugins As said previously, there is still more that could be worked-on: >...