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! 🙂