The Bevy game jam working group has put together a template for Bevy Jam 5.
bevy_quickstart: https://github.com/TheBevyFlock/bevy_...
bevy_github_ci_template: https://github.com/bevyengine/bevy_gi...
NiklasEi/bevy_game_template: https://github.com/NiklasEi/bevy_game...
Other Templates: https://bevyengine.org/assets/#templates
Chapters
00:00 Bevy Jam 5
00:34 choosing a game jam template
01:27 bevy ci template
02:08 The Bevy Flock quickstart template
02:42 third party crate templates
03:17 no template!
03:42 bevy_quickstart overview
05:34 Create a new GitHub Repository
06:11 GitHub Action: ci
07:00 Create a Project on Itch.io
08:01 Setting up Releases
09:35 Releasing with git tags
11:39 Code Overview
13:05 src directory
14:00 AppPlugin
15:06 DefaultPlugins settings
16:47 what is mod.rs?
17:03 Plugins as code organization
18:36 Screens
20:08 first observer sighting
21:10 Widgets
23:25 game directory
24:45 animation
25:00 Asset loading
27:00 other docs
28:01 Thanks to the Game Jam working group