Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Learning/A_walkthrough_of_bevys_rendering.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Bevy-Basics.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 1 addition & 0 deletions Learning/Bevy-Cheatbook.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Bevy-Design-Patterns.toml
Original file line number Diff line number Diff line change
@@ -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"]
3 changes: 2 additions & 1 deletion Learning/Bevy-Noisemap.toml
Original file line number Diff line number Diff line change
@@ -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"
image = "Bevy-Noisemap.png"
bevy_versions = ["0.12"]
3 changes: 2 additions & 1 deletion Learning/Bevy_0.12_Beginner_Video_Tutorial_Series.toml
Original file line number Diff line number Diff line change
@@ -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"
image = "Bevy_0.12_Beginner_Video_Tutorial_Series.png"
bevy_versions = ["0.12"]
1 change: 1 addition & 0 deletions Learning/Intro-RPG-Video-Tutorials.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Learn-Bevy-Ecs-By-Ripping-Off.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Learn_Bevy_0-10_Video_Tutorial_Series.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 1 addition & 0 deletions Learning/Making-Chess-Clone-in-3D.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Making-a-Rhythm-game.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Making-a-Snake-Clone.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Making-a-p2p-web-game-with-rollback.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Simple_Bevy_Tutorial.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Tainted-Coders.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 1 addition & 0 deletions Learning/Understanding_bevy_query.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/Using-Rapier-for-Physics.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 1 addition & 0 deletions Learning/minesweeper-tutorial.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]