File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -442,6 +442,25 @@ _Discussions:
442
442
[ bevy-frustum-culling ] : https://bevyengine.org/news/bevy-0-6/#visibility-and-frustum-culling
443
443
[ bevy-shaders ] : https://bevyengine.org/news/bevy-0-6/#wgsl-shaders
444
444
445
+ ### [ bevy_backroll v0.3] [ backroll-github ]
446
+
447
+ [ Backroll] [ backroll-github ] is a 100% type-safe native Rust implementation of the
448
+ [ GGPO] [ ggpo ] rollback netcode library. The core library has gone through
449
+ superfical updates, but the [ Bevy plugin] [ bevy-backroll-crates-io ] has been
450
+ massively overhauled. This update signfigantly improves the ergonomics of setting
451
+ up rollback netcode for your game (no more ugly turbofishes! no more generic type
452
+ parameter config type!), provides an automatic way of saving and loading Bevy
453
+ components and resources, and fully parallelizes the saving and loading of game
454
+ state when a rollback occurs.
455
+
456
+ _ Discussions:
457
+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/s6uch9/bevy_backroll_v030_is_now_available/ ) ,
458
+ [ Twitter] ( https://twitter.com/james7132/status/1483373600115621889 ) _
459
+
460
+ [ backroll-github ] : https://github.com/HouraiTeahouse/backroll-rs
461
+ [ bevy-backroll-crates-io ] : https://crates.io/bevy-backroll
462
+ [ ggpo ] : https://www.ggpo.net/
463
+
445
464
### [ ` three-d ` 0.10] [ three-d ]
446
465
447
466
![ three-d example of environment lighting] ( three-d.jpg )
You can’t perform that action at this time.
0 commit comments