37 releases

new 0.15.2 Feb 6, 2025
0.15.0 Nov 29, 2024
0.14.0 Jul 4, 2024
0.13.1 Mar 18, 2024
0.3.0 Nov 3, 2020

#2734 in Game dev

Download history 15695/week @ 2024-10-23 16227/week @ 2024-10-30 12444/week @ 2024-11-06 11060/week @ 2024-11-13 14466/week @ 2024-11-20 21609/week @ 2024-11-27 19291/week @ 2024-12-04 22677/week @ 2024-12-11 16998/week @ 2024-12-18 8571/week @ 2024-12-25 17737/week @ 2025-01-01 17721/week @ 2025-01-08 29890/week @ 2025-01-15 19251/week @ 2025-01-22 20004/week @ 2025-01-29 25703/week @ 2025-02-05

96,242 downloads per month
Used in 652 crates (7 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

~14–47MB
~808K SLoC