diff --git a/Learning/A_walkthrough_of_bevys_rendering.toml b/Learning/A_walkthrough_of_bevys_rendering.toml index 53cae5e..cd49e6a 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 9367ab1..edc70ee 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 f3c9101..f52e334 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 117d893..13fd1d8 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 836e2b8..ffe2610 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 0e5c1fd..b772aed 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 6b5479e..02df1c2 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 47f2d36..ec41c30 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 3ed4bfb..c7ac37a 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 2aa8c6e..27040b8 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 a826cc5..27ebb26 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 82460a4..bdc4964 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 382d45a..fc2c7fa 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 60b6549..fd0837a 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 35f514c..31decb3 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 1704638..3320c85 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 d55bede..08e9918 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 01f61a9..655a030 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 3d8e316..03a6746 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"]