35 releases

0.15.0 Nov 29, 2024
0.15.0-rc.2 Oct 27, 2024
0.14.0 Jul 4, 2024
0.13.1 Mar 18, 2024
0.3.0 Nov 3, 2020

#2435 in Game dev

Download history 20664/week @ 2024-08-17 22972/week @ 2024-08-24 22105/week @ 2024-08-31 19855/week @ 2024-09-07 17225/week @ 2024-09-14 20434/week @ 2024-09-21 17759/week @ 2024-09-28 12906/week @ 2024-10-05 14359/week @ 2024-10-12 14911/week @ 2024-10-19 15517/week @ 2024-10-26 16580/week @ 2024-11-02 9206/week @ 2024-11-09 11815/week @ 2024-11-16 16695/week @ 2024-11-23 21628/week @ 2024-11-30

61,875 downloads per month
Used in 615 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–52MB
~840K SLoC