File tree 1 file changed +24
-0
lines changed
Filter options
1 file changed +24
-0
lines changed
Original file line number Diff line number Diff line change @@ -234,6 +234,30 @@ ECS architecture.
234
234
[ Learn Bevy's ECS by ripping off someone else's project ] : https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_off
235
235
[ Saverio Miroddi/@64kramsystem ] : https://twitter.com/64kramsystem
236
236
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
+
237
261
## Tooling Updates
238
262
239
263
## Library Updates
You can’t perform that action at this time.
0 commit comments