38 releases

0.15.3 Feb 24, 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

#2753 in Game dev

Download history 12986/week @ 2024-11-19 20770/week @ 2024-11-26 20705/week @ 2024-12-03 21952/week @ 2024-12-10 17299/week @ 2024-12-17 9733/week @ 2024-12-24 16716/week @ 2024-12-31 19114/week @ 2025-01-07 29086/week @ 2025-01-14 19906/week @ 2025-01-21 17680/week @ 2025-01-28 28651/week @ 2025-02-04 21868/week @ 2025-02-11 17900/week @ 2025-02-18 25012/week @ 2025-02-25 15522/week @ 2025-03-04

85,309 downloads per month
Used in 651 crates (8 directly)

MIT/Apache

5MB
84K 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

~15–47MB
~813K SLoC