@@ -578,6 +578,41 @@ The author now has a [GitHub Sponsors][jamadazi_ghsponsors], support them!
578
578
[ jamadazi_ghsponsors ] : https://github.com/sponsors/jamadazi
579
579
[ bevy ] : https://bevyengine.org
580
580
581
+ ### [ Shooting Gallery Game in Rust and Bevy in 5 Hours] [ bevy-5h-video ]
582
+
583
+ [ ![ preview] ( bevy-shoot-video.jpg )] [ bevy-5h-video ]
584
+
585
+ [ @camsjams ] released [ a video] [ bevy-5h-video ] about
586
+ developing a shooting gallery using Bevy
587
+ to demonstrate 2D games with multiple layers of depth.
588
+ Some of the features covered in the video:
589
+
590
+ - Basic UI with score and countdown clock.
591
+ - 2D shooting with moving set pieces - clouds, grass, water.
592
+ - Tracking of target hits, each target having their own unique
593
+ movement speed and points.
594
+ - Game over state when clock runs out.
595
+
596
+ [ The full source is available here] [ bevy-5h-src ] .
597
+
598
+ [ bevy-5h-video ] : https://youtube.com/watch?v=T1ZT0EkzvgI
599
+ [ @camsjams ] : https://twitter.com/camsjams
600
+ [ bevy-5h-src ] : https://github.com/camsjams/rust-2d-shooting-gallery
601
+
602
+ ### [ Learning OpenGL in 7 days using Rust] [ tantan-video ]
603
+
604
+ [ ![ video preview] ( tantan-preview.jpg )] [ tantan-video ]
605
+
606
+ [ TanTan] released a [ video] [ tantan-video ] about making a water shader,
607
+ loading 3D models, creating a beautiful transition shader
608
+ using glium and macroquad.
609
+ The water & transition shader is open source and can be found
610
+ [ here] [ mq-tantan-toolbox ] .
611
+
612
+ [ TanTan ] : https://twitter.com/TantanDev
613
+ [ tantan-video ] : https://youtube.com/watch?v=KEQIWqSq42k
614
+ [ mq-tantan-toolbox ] : https://github.com/TanTanDev/macroquad_tantan_toolbox
615
+
581
616
### [ Rust Linz: Learning Rust with Game Development] [ rust-linz ]
582
617
583
618
[ ![ Rust Linz talk screenshot] ( rust-linz.png )] [ rust-linz ]
0 commit comments