#In depth documentation?

3 messages · Page 1 of 1 (latest)

proper summit
#

Hi! I am wondering if there is any in depth documentation for bevy.

I would like to learn the different steps of the app, when things are done and available, the rendering pipeline, how the multithreating is done, etc.

For example, a resource may be inserted but not available until the next frame, or events persists for 5 frames, and things like that.

Thanks in advance! 🙂

loud maple
calm mason
#

there is also a surprising amount of documentation inside docs.rs if you find the correct type to read about. World, Query and System are interesting places to start clicking through the docs