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
92,529 downloads per month
Used in 653 crates
(9 directly)
6MB
100K
SLoC
Bevy Scene
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