39 releases

Uses new Rust 2024

new 0.16.0-rc.1 Mar 18, 2025
0.15.1 Jan 3, 2025
0.15.0 Nov 29, 2024
0.14.0 Jul 4, 2024
0.3.0 Nov 3, 2020

#2785 in Game dev

Download history 23825/week @ 2024-11-29 19324/week @ 2024-12-06 20933/week @ 2024-12-13 14066/week @ 2024-12-20 9557/week @ 2024-12-27 19020/week @ 2025-01-03 28224/week @ 2025-01-10 21913/week @ 2025-01-17 17172/week @ 2025-01-24 21974/week @ 2025-01-31 27379/week @ 2025-02-07 17382/week @ 2025-02-14 24780/week @ 2025-02-21 21960/week @ 2025-02-28 21250/week @ 2025-03-07 22853/week @ 2025-03-14

92,529 downloads per month
Used in 653 crates (9 directly)

MIT/Apache

6MB
100K SLoC

Bevy Scene

License Crates.io Downloads Docs Discord


lib.rs:

Provides scene definition, instantiation and serialization/deserialization.

Scenes are collections of entities and their associated components that can be instantiated or removed from a world to allow composition. Scenes can be serialized/deserialized, for example to save part of the world state to a file.

Dependencies

~20–53MB
~1M SLoC