Introduction to Bevy
Embark on your development journey by creating a captivating splash screen. In this section, you will:
- Set up a new Bevy application
- Integrate essential plugins
- Develop a system to spawn entities with components
- Use states to minimize boilerplate code
- Refactor your codebase with plugins for better organization
- Learn about hot-patching, for faster development iteration