Skip to content

N30: Add bevy_backroll blurb #937

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

Merged
merged 3 commits into from
Feb 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/news/030/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,25 @@ _Discussions:
[bevy-frustum-culling]: https://bevyengine.org/news/bevy-0-6/#visibility-and-frustum-culling
[bevy-shaders]: https://bevyengine.org/news/bevy-0-6/#wgsl-shaders

### [bevy_backroll v0.3][backroll-github]

[Backroll][backroll-github] is a 100% type-safe native Rust implementation of the
[GGPO][ggpo] rollback netcode library. The core library has gone through
superfical updates, but the [Bevy plugin][bevy-backroll-crates-io] has been
massively overhauled. This update signfigantly improves the ergonomics of setting
up rollback netcode for your game (no more ugly turbofishes! no more generic type
parameter config type!), provides an automatic way of saving and loading Bevy
components and resources, and fully parallelizes the saving and loading of game
state when a rollback occurs.

_Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/s6uch9/bevy_backroll_v030_is_now_available/),
[Twitter](https://twitter.com/james7132/status/1483373600115621889)_

[backroll-github]: https://github.com/HouraiTeahouse/backroll-rs
[bevy-backroll-crates-io]: https://crates.io/bevy-backroll
[ggpo]: https://www.ggpo.net/

### [`three-d` 0.10][three-d]

![three-d example of environment lighting](three-d.jpg)
Expand Down