Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated renet to bevy 0.15 #167

Merged
merged 4 commits into from
Dec 1, 2024
Merged

Conversation

redjack96
Copy link
Contributor

I needed bevy_renet for my bevy apps, so I have updated bevy to version 0.15 for all packages.

I also ported to bevy:0.15 the bevy examples and updated READMEs to specify the correct cargo features to run the examples.

The client for demo_bevy example requires a version update from smooth-bevy-cameras because glam version differs between the smooth-bevy-cameras:0.12 and bevy:0.15 crates; LookTransformPlugin and associated functions have been commented to be able to successfully compile this example.

The bevy_renet crate has been tested on one of my app and works correctly with bevy:0.15.
The "simple" example works correctly with server and client.
The demo_bevy example's server runs, but the client needs smooth-bevy-cameras:0.13

All tests pass with cargo test.

The branch is ready to merge, but feel free to wait until smooth-bevy-cameras:0.13 is available

Ported example simple (crashes at run-time)
Ported example demo_bevy (smooth-bevy-cameras 0.13 is needed)
@lucaspoffo
Copy link
Owner

Thanks! Will probably remove the smooth-bevy-cameras from the demo, a simple smooth camera follow system should do it.

@lucaspoffo lucaspoffo merged commit 420c8a5 into lucaspoffo:master Dec 1, 2024
@LucaCoduriV LucaCoduriV mentioned this pull request Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants