29 releases

0.14.0 Jul 4, 2024
0.13.2 Apr 4, 2024
0.13.1 Mar 18, 2024
0.12.1 Nov 30, 2023
0.3.0 Nov 3, 2020

#1911 in Game dev

Download history 15508/week @ 2024-03-24 16890/week @ 2024-03-31 13679/week @ 2024-04-07 16512/week @ 2024-04-14 15073/week @ 2024-04-21 13180/week @ 2024-04-28 13578/week @ 2024-05-05 12809/week @ 2024-05-12 13160/week @ 2024-05-19 14459/week @ 2024-05-26 15568/week @ 2024-06-02 10624/week @ 2024-06-09 14793/week @ 2024-06-16 12829/week @ 2024-06-23 12709/week @ 2024-06-30 16341/week @ 2024-07-07

58,244 downloads per month
Used in 551 crates (9 directly)

MIT/Apache

4MB
69K 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

~13–53MB
~861K SLoC