- Bevy dependencies, and its features
- Disabling default features for build time and size, and for runtime performances
- Knowing the list of features
- Application creation and adding Bevy default plugins
- Schedules and adding systems
- Basic use of commands and queries
- The
Commands queue
- To issue a command
- And using a
Query to access components
- States, and running system only on a state or during state transition
- Code organization with plugins
- Hot-patching systems
- With the
hotpatching Bevy feature
- And the Dioxus CLI