8000 N35: Add Bevy Basics Mini-Series by PhaestusFox · Pull Request #1076 · rust-gamedev/rust-gamedev.github.io · GitHub
[go: up one dir, main page]

Skip to content
8000

N35: Add Bevy Basics Mini-Series #1076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 2, 2022
Merged
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
24 changes: 24 additions & 0 deletions content/news/035/index.md
800A
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,30 @@ ECS architecture.
[Learn Bevy's ECS by ripping off someone else's project]: https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_off
[Saverio Miroddi/@64kramsystem]: https://twitter.com/64kramsystem

### [Bevy Basics][bevy-basics]

[@PhaestusFox] is close to finishing the [Bevy Basics][bevy-basics]
[User Input][BB-input] mini-series.

In this 5 part mini-series, they cover how a developer can go about collecting
user input using the [Bevy][bevy] game engine.

- [Episode 1][bb-1] is an overview of Bevy's various input structs
- [Episode 2][bb-2] covers keyboard presses
- [Episode 3][bb-3] covers mouse clicks and movement
- [Episode 4][bb-4] covers gamepad buttons and joysticks
- [Episode 5][bb-5] covers touchscreen or drawing pad strokes

[@PhaestusFox]: https://www.youtube.com/c/PhaestusFox
[bevy-basics]: https://www.youtube.com/playlist?list=PL6uRoaCCw7GN_lJxpKS3j-KXuThRiSXc6
[bb-input]: https://www.youtube.com/playlist?list=PL6uRoaCCw7GMWzJ-L2cU5ZruWkEld6a_N
[bb-1]: https://youtu.be/pB3ERI5JtrA
[bb-2]: https://youtu.be/G37yUGL3e1U
[bb-3]: https://youtu.be/1q5iQsLVGJA
[bb-4]: https://youtu.be/PjLozjlOgJ4
[bb-5]: https://www.youtube.com/c/PhaestusFox
[bevy]: https://bevyengine.org/

## Tooling Updates

## Library Updates
Expand Down
0