Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7f5cfd

Browse filesBrowse files
N35: Add Bevy Basics Mini-Series (rust-gamedev#1076)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent cbe987f commit a7f5cfd
Copy full SHA for a7f5cfd

File tree

1 file changed

+24
-0
lines changed
Filter options

1 file changed

+24
-0
lines changed

‎content/news/035/index.md

Copy file name to clipboardExpand all lines: content/news/035/index.md
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,30 @@ ECS architecture.
234234
[Learn Bevy's ECS by ripping off someone else's project]: https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_off
235235
[Saverio Miroddi/@64kramsystem]: https://twitter.com/64kramsystem
236236

237+
### [Bevy Basics][bevy-basics]
238+
239+
[@PhaestusFox] is close to finishing the [Bevy Basics][bevy-basics]
240+
[User Input][BB-input] mini-series.
241+
242+
In this 5 part mini-series, they cover how a developer can go about collecting
243+
user input using the [Bevy][bevy] game engine.
244+
245+
- [Episode 1][bb-1] is an overview of Bevy's various input structs
246+
- [Episode 2][bb-2] covers keyboard presses
247+
- [Episode 3][bb-3] covers mouse clicks and movement
248+
- [Episode 4][bb-4] covers gamepad buttons and joysticks
249+
- [Episode 5][bb-5] covers touchscreen or drawing pad strokes
250+
251+
[@PhaestusFox]: https://www.youtube.com/c/PhaestusFox
252+
[bevy-basics]: https://www.youtube.com/playlist?list=PL6uRoaCCw7GN_lJxpKS3j-KXuThRiSXc6
253+
[bb-input]: https://www.youtube.com/playlist?list=PL6uRoaCCw7GMWzJ-L2cU5ZruWkEld6a_N
254+
[bb-1]: https://youtu.be/pB3ERI5JtrA
255+
[bb-2]: https://youtu.be/G37yUGL3e1U
256+
[bb-3]: https://youtu.be/1q5iQsLVGJA
257+
[bb-4]: https://youtu.be/PjLozjlOgJ4
258+
[bb-5]: https://www.youtube.com/c/PhaestusFox
259+
[bevy]: https://bevyengine.org/
260+
237261
## Tooling Updates
238262

239263
## Library Updates

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.