From 6aed4c8b8ccf1dd60f89f55a9c422377240dd482 Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Wed, 18 Feb 2026 20:47:24 -0800 Subject: [PATCH] update versions for as much learning material as possible --- Learning/A_walkthrough_of_bevys_rendering.toml | 1 + Learning/Bevy-Basics.toml | 1 + Learning/Bevy-Cheatbook.toml | 1 + Learning/Bevy-Design-Patterns.toml | 1 + Learning/Bevy-Noisemap.toml | 3 ++- Learning/Bevy_0.12_Beginner_Video_Tutorial_Series.toml | 3 ++- Learning/Intro-RPG-Video-Tutorials.toml | 1 + Learning/Learn-Bevy-Ecs-By-Ripping-Off.toml | 1 + Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml | 1 + Learning/Making-Chess-Clone-in-3D.toml | 1 + Learning/Making-a-Rhythm-game.toml | 1 + Learning/Making-a-Snake-Clone.toml | 1 + Learning/Making-a-p2p-web-game-with-rollback.toml | 1 + Learning/Simple_Bevy_Tutorial.toml | 1 + Learning/Tainted-Coders.toml | 1 + Learning/The-Impatient-Programmers-Guide-to-Bevy-and-Rust.toml | 1 + Learning/Understanding_bevy_query.toml | 1 + Learning/Using-Rapier-for-Physics.toml | 1 + Learning/minesweeper-tutorial.toml | 1 + 19 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Learning/A_walkthrough_of_bevys_rendering.toml b/Learning/A_walkthrough_of_bevys_rendering.toml index 53cae5e8..cd49e6a2 100644 --- a/Learning/A_walkthrough_of_bevys_rendering.toml +++ b/Learning/A_walkthrough_of_bevys_rendering.toml @@ -1,3 +1,4 @@ name = "A walkthrough of bevy 0.11 rendering" description = "A small post detailing the path a mesh takes through the bevy codebase to finally be shown on screen" link = "https://github.com/bevyengine/bevy/discussions/9897" +bevy_versions = ["0.11"] diff --git a/Learning/Bevy-Basics.toml b/Learning/Bevy-Basics.toml index 9367ab1d..edc70eed 100644 --- a/Learning/Bevy-Basics.toml +++ b/Learning/Bevy-Basics.toml @@ -2,3 +2,4 @@ name = "Bevy Basics" description = "A Youtube tutorial series about the basics of Bevy" link = "https://www.youtube.com/playlist?list=PL6uRoaCCw7GN_lJxpKS3j-KXuThRiSXc6" image = "Bevy-Basics.png" +bevy_versions = ["0.10"] diff --git a/Learning/Bevy-Cheatbook.toml b/Learning/Bevy-Cheatbook.toml index f3c9101f..f52e334c 100644 --- a/Learning/Bevy-Cheatbook.toml +++ b/Learning/Bevy-Cheatbook.toml @@ -1,3 +1,4 @@ name = "Bevy Cheatbook" description = "Unofficial reference book. Offers practical advice, teaches topics not covered by official docs." link = "https://bevy-cheatbook.github.io" +bevy_versions = ["0.16"] diff --git a/Learning/Bevy-Design-Patterns.toml b/Learning/Bevy-Design-Patterns.toml index 117d893e..13fd1d8c 100644 --- a/Learning/Bevy-Design-Patterns.toml +++ b/Learning/Bevy-Design-Patterns.toml @@ -1,3 +1,4 @@ name = "Bevy Design Patterns (Unofficial)" link = "https://github.com/MiniaczQ/bevy-design-patterns" description = "Design patterns based on Bevy API" +bevy_versions = ["0.12"] diff --git a/Learning/Bevy-Noisemap.toml b/Learning/Bevy-Noisemap.toml index 836e2b8b..ffe26102 100644 --- a/Learning/Bevy-Noisemap.toml +++ b/Learning/Bevy-Noisemap.toml @@ -1,4 +1,5 @@ name = "Bevy Noisemap Example" description = "How to use Noisemap crate to generate random terrains" link = "https://github.com/CiderSlime/bevy_noise_map" -image = "Bevy-Noisemap.png" \ No newline at end of file +image = "Bevy-Noisemap.png" +bevy_versions = ["0.12"] diff --git a/Learning/Bevy_0.12_Beginner_Video_Tutorial_Series.toml b/Learning/Bevy_0.12_Beginner_Video_Tutorial_Series.toml index 0e5c1fd2..b772aed1 100644 --- a/Learning/Bevy_0.12_Beginner_Video_Tutorial_Series.toml +++ b/Learning/Bevy_0.12_Beginner_Video_Tutorial_Series.toml @@ -1,4 +1,5 @@ name = "Bevy 0.12 Beginner Video Tutorial Series" description = "Master the essentials and kickstart your journey in game development with Bevy 0.12!" link = "https://www.youtube.com/playlist?list=PL2wAo2qwCxGDp9fzBOTy_kpUTSwM1iWWd" -image = "Bevy_0.12_Beginner_Video_Tutorial_Series.png" \ No newline at end of file +image = "Bevy_0.12_Beginner_Video_Tutorial_Series.png" +bevy_versions = ["0.12"] diff --git a/Learning/Intro-RPG-Video-Tutorials.toml b/Learning/Intro-RPG-Video-Tutorials.toml index 6b5479e7..02df1c2e 100644 --- a/Learning/Intro-RPG-Video-Tutorials.toml +++ b/Learning/Intro-RPG-Video-Tutorials.toml @@ -1,3 +1,4 @@ name = "Intro to Bevy Video Tutorials" description = "Video Series making a simple Pokemon Style RPG" link = "https://youtube.com/playlist?list=PLT_D88-MTFOPPl75g4WshL1Gx2bnGTUkz" +bevy_versions = ["0.8"] diff --git a/Learning/Learn-Bevy-Ecs-By-Ripping-Off.toml b/Learning/Learn-Bevy-Ecs-By-Ripping-Off.toml index 47f2d36d..ec41c30b 100644 --- a/Learning/Learn-Bevy-Ecs-By-Ripping-Off.toml +++ b/Learning/Learn-Bevy-Ecs-By-Ripping-Off.toml @@ -1,3 +1,4 @@ name = "Learn Bevy's ECS by ripping off someone else's project" description = "A tutorial on Bevy's ECS, taught by porting Rusty Roguelike from Legion to Bevy" link = "https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_off" +bevy_versions = ["0.7"] diff --git a/Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml b/Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml index 3ed4bfb6..c7ac37a1 100644 --- a/Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml +++ b/Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml @@ -2,3 +2,4 @@ name = "Learn Bevy 0.10" description = "Learn Bevy 0.10 Beginner Tutorial Video Series" link = "https://youtube.com/playlist?list=PLVnntJRoP85JHGX7rGDu6LaF3fmDDbqyd" image = "Learn_Bevy_0-10_Video_Tutorial_Series.png" +bevy_versions = ["0.10"] diff --git a/Learning/Making-Chess-Clone-in-3D.toml b/Learning/Making-Chess-Clone-in-3D.toml index 2aa8c6e1..27040b88 100644 --- a/Learning/Making-Chess-Clone-in-3D.toml +++ b/Learning/Making-Chess-Clone-in-3D.toml @@ -1,3 +1,4 @@ name = "Making Chess Clone in 3D" description = "Walkthrough on how to make a Chess Clone with 3D pieces" link = "https://caballerocoll.com/blog/bevy-chess-tutorial" +bevy_versions = ["0.4"] diff --git a/Learning/Making-a-Rhythm-game.toml b/Learning/Making-a-Rhythm-game.toml index a826cc57..27ebb265 100644 --- a/Learning/Making-a-Rhythm-game.toml +++ b/Learning/Making-a-Rhythm-game.toml @@ -1,3 +1,4 @@ name = "Making a Rhythm game" description = "Walkthrough on how to make a Rhythm game, with menu, audio and shaders." link = "https://caballerocoll.com/blog/bevy-rhythm-game" +bevy_versions = ["0.4"] diff --git a/Learning/Making-a-Snake-Clone.toml b/Learning/Making-a-Snake-Clone.toml index 82460a4e..bdc4964a 100644 --- a/Learning/Making-a-Snake-Clone.toml +++ b/Learning/Making-a-Snake-Clone.toml @@ -1,3 +1,4 @@ name = "Making a Snake Clone" description = "Walkthrough on how to make a snake clone" link = "https://mbuffett.com/posts/bevy-snake-tutorial/" +bevy_versions = ["0.7"] diff --git a/Learning/Making-a-p2p-web-game-with-rollback.toml b/Learning/Making-a-p2p-web-game-with-rollback.toml index 382d45a9..fc2c7faf 100644 --- a/Learning/Making-a-p2p-web-game-with-rollback.toml +++ b/Learning/Making-a-p2p-web-game-with-rollback.toml @@ -1,3 +1,4 @@ name = "Making a p2p web game with rollback" description = "Walkthrough on how to use Matchbox and bevy_ggrs to implement a low-latency multiplayer web game" link = "https://johanhelsing.studio/posts/extreme-bevy" +bevy_versions = ["0.17"] diff --git a/Learning/Simple_Bevy_Tutorial.toml b/Learning/Simple_Bevy_Tutorial.toml index 60b65499..fd0837a3 100644 --- a/Learning/Simple_Bevy_Tutorial.toml +++ b/Learning/Simple_Bevy_Tutorial.toml @@ -1,3 +1,4 @@ name = "Simple Bevy Tutorial" description = "A simple tutorial for the Bevy engine" link = "https://github.com/fogarecious/bevy_tutorial" +bevy_versions = ["0.15"] diff --git a/Learning/Tainted-Coders.toml b/Learning/Tainted-Coders.toml index 35f514c6..31decb3e 100644 --- a/Learning/Tainted-Coders.toml +++ b/Learning/Tainted-Coders.toml @@ -2,3 +2,4 @@ name = "Tainted Coders Bevy Guides" description = "Bevy guides, tutorials, how-tos written in a beginner friendly style" link = "https://taintedcoders.com" image = "Tainted-Coders.png" +bevy_versions = ["0.17"] diff --git a/Learning/The-Impatient-Programmers-Guide-to-Bevy-and-Rust.toml b/Learning/The-Impatient-Programmers-Guide-to-Bevy-and-Rust.toml index 1704638b..3320c851 100644 --- a/Learning/The-Impatient-Programmers-Guide-to-Bevy-and-Rust.toml +++ b/Learning/The-Impatient-Programmers-Guide-to-Bevy-and-Rust.toml @@ -2,3 +2,4 @@ name = "The Impatient Programmer's Guide to Bevy and Rust" description = "A step-by-step series to build a 2D game from scratch with Bevy and Rust." link = "https://aibodh.com/books/the-impatient-programmers-guide-to-bevy-and-rust/" image = "The-Impatient-Programmers-Guide-to-Bevy-and-Rust.png" +bevy_versions = ["0.18"] diff --git a/Learning/Understanding_bevy_query.toml b/Learning/Understanding_bevy_query.toml index d55bede0..08e9918c 100644 --- a/Learning/Understanding_bevy_query.toml +++ b/Learning/Understanding_bevy_query.toml @@ -1,3 +1,4 @@ name = "Understanding Dynamic Queries in bevy 0.11" description = "Explains roughly how queries work and how they can be improved with dynamic queries" link = "https://github.com/bevyengine/bevy/discussions/9816" +bevy_versions = ["0.11"] diff --git a/Learning/Using-Rapier-for-Physics.toml b/Learning/Using-Rapier-for-Physics.toml index 01f61a98..655a030f 100644 --- a/Learning/Using-Rapier-for-Physics.toml +++ b/Learning/Using-Rapier-for-Physics.toml @@ -1,3 +1,4 @@ name = "Using Rapier for Physics" link = "https://sburris.xyz/posts/bevy-gravity/" description = "Gravity and Physics in the Bevy Game Engine" +bevy_versions = ["0.4"] diff --git a/Learning/minesweeper-tutorial.toml b/Learning/minesweeper-tutorial.toml index 3d8e3164..03a67465 100644 --- a/Learning/minesweeper-tutorial.toml +++ b/Learning/minesweeper-tutorial.toml @@ -2,3 +2,4 @@ name = "Minesweeper Tutorial" description = "Learn to make a cross platform minesweeper in Bevy 0.6" link = "https://dev.to/qongzi/bevy-minesweeper-introduction-4l7f" image = "minesweeper-tutorial.png" +bevy_versions = ["0.6"]