36 releases

0.15.1 Jan 3, 2025
0.15.0 Nov 29, 2024
0.15.0-rc.2 Oct 27, 2024
0.14.0 Jul 4, 2024
0.3.0 Nov 3, 2020

#2397 in Game dev

Download history 20139/week @ 2024-09-24 16436/week @ 2024-10-01 10830/week @ 2024-10-08 15370/week @ 2024-10-15 15815/week @ 2024-10-22 15874/week @ 2024-10-29 14081/week @ 2024-11-05 10598/week @ 2024-11-12 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 16825/week @ 2024-12-31 17794/week @ 2025-01-07

65,646 downloads per month
Used in 626 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
~795K SLoC