34 releases

0.15.0-rc.3 Nov 5, 2024
0.14.2 Sep 6, 2024
0.14.0 Jul 4, 2024
0.13.1 Mar 18, 2024
0.3.0 Nov 3, 2020

#2372 in Game dev

Download history 21725/week @ 2024-07-30 19956/week @ 2024-08-06 25130/week @ 2024-08-13 20103/week @ 2024-08-20 22828/week @ 2024-08-27 23677/week @ 2024-09-03 17219/week @ 2024-09-10 18391/week @ 2024-09-17 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 14091/week @ 2024-11-05 10507/week @ 2024-11-12

58,574 downloads per month
Used in 609 crates (8 directly)

MIT/Apache

4.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–48MB
~834K SLoC