Hrafn Orri Hrafnkelsson
Hrafn Orri Hrafnkelsson
This would be very useful to me, even without having rollbacks. I just need the ability for the server to create a resource and it being synced to the clients.
I've been using this for a couple of weeks in my project: ~~~toml [patch.crates-io] bevy_pixel_camera = { git = "https://github.com/porkbrain/bevy_pixel_camera", rev = "623860527e646776a76c8def559c91e184fba116" } ~~~ Haven't had any issues.
I created a fork and published it for my game here: [bevy_modern_pixel_camera](https://crates.io/crates/bevy_modern_pixel_camera) Most of the logic is taken from this repository so migrating should be fairly simple.
I forked the `zune-jpeg` repository and made the latest code compatible with bevy so that I could use dynamic linking. It works in my project although I'm not using many...
It has been sorted out for me, I tested checking out a commit from 18-07-2024 in my repository and removing the `zune-jpeg` patch and it compiled and ran.