Skip to content

Commit 4dac80b

Browse files
update versions for as much learning material as possible (#582)
1 parent 7edb7d7 commit 4dac80b

19 files changed

+21
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = "A walkthrough of bevy 0.11 rendering"
22
description = "A small post detailing the path a mesh takes through the bevy codebase to finally be shown on screen"
33
link = "https://github.com/bevyengine/bevy/discussions/9897"
4+
bevy_versions = ["0.11"]

Learning/Bevy-Basics.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name = "Bevy Basics"
22
description = "A Youtube tutorial series about the basics of Bevy"
33
link = "https://www.youtube.com/playlist?list=PL6uRoaCCw7GN_lJxpKS3j-KXuThRiSXc6"
44
image = "Bevy-Basics.png"
5+
bevy_versions = ["0.10"]

Learning/Bevy-Cheatbook.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = "Bevy Cheatbook"
22
description = "Unofficial reference book. Offers practical advice, teaches topics not covered by official docs."
33
link = "https://bevy-cheatbook.github.io"
4+
bevy_versions = ["0.16"]

Learning/Bevy-Design-Patterns.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = "Bevy Design Patterns (Unofficial)"
22
link = "https://github.com/MiniaczQ/bevy-design-patterns"
33
description = "Design patterns based on Bevy API"
4+
bevy_versions = ["0.12"]

Learning/Bevy-Noisemap.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name = "Bevy Noisemap Example"
22
description = "How to use Noisemap crate to generate random terrains"
33
link = "https://github.com/CiderSlime/bevy_noise_map"
4-
image = "Bevy-Noisemap.png"
4+
image = "Bevy-Noisemap.png"
5+
bevy_versions = ["0.12"]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name = "Bevy 0.12 Beginner Video Tutorial Series"
22
description = "Master the essentials and kickstart your journey in game development with Bevy 0.12!"
33
link = "https://www.youtube.com/playlist?list=PL2wAo2qwCxGDp9fzBOTy_kpUTSwM1iWWd"
4-
image = "Bevy_0.12_Beginner_Video_Tutorial_Series.png"
4+
image = "Bevy_0.12_Beginner_Video_Tutorial_Series.png"
5+
bevy_versions = ["0.12"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = "Intro to Bevy Video Tutorials"
22
description = "Video Series making a simple Pokemon Style RPG"
33
link = "https://youtube.com/playlist?list=PLT_D88-MTFOPPl75g4WshL1Gx2bnGTUkz"
4+
bevy_versions = ["0.8"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = "Learn Bevy's ECS by ripping off someone else's project"
22
description = "A tutorial on Bevy's ECS, taught by porting Rusty Roguelike from Legion to Bevy"
33
link = "https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_off"
4+
bevy_versions = ["0.7"]

Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name = "Learn Bevy 0.10"
22
description = "Learn Bevy 0.10 Beginner Tutorial Video Series"
33
link = "https://youtube.com/playlist?list=PLVnntJRoP85JHGX7rGDu6LaF3fmDDbqyd"
44
image = "Learn_Bevy_0-10_Video_Tutorial_Series.png"
5+
bevy_versions = ["0.10"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = "Making Chess Clone in 3D"
22
description = "Walkthrough on how to make a Chess Clone with 3D pieces"
33
link = "https://caballerocoll.com/blog/bevy-chess-tutorial"
4+
bevy_versions = ["0.4"]

0 commit comments

Comments
 (0)