Skip to content

N21: Videos by TanTan and camsjams #629

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 2 commits into from
May 8, 2021
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
Binary file added content/news/021/bevy-shoot-video.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions content/news/021/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,41 @@ The author now has a [GitHub Sponsors][jamadazi_ghsponsors], support them!
[jamadazi_ghsponsors]: https://github.com/sponsors/jamadazi
[bevy]: https://bevyengine.org

### [Shooting Gallery Game in Rust and Bevy in 5 Hours][bevy-5h-video]

[![preview](bevy-shoot-video.jpg)][bevy-5h-video]

[@camsjams] released [a video][bevy-5h-video] about
developing a shooting gallery using Bevy
to demonstrate 2D games with multiple layers of depth.
Some of the features covered in the video:

- Basic UI with score and countdown clock.
- 2D shooting with moving set pieces - clouds, grass, water.
- Tracking of target hits, each target having their own unique
movement speed and points.
- Game over state when clock runs out.

[The full source is available here][bevy-5h-src].

[bevy-5h-video]: https://youtube.com/watch?v=T1ZT0EkzvgI
[@camsjams]: https://twitter.com/camsjams
[bevy-5h-src]: https://github.com/camsjams/rust-2d-shooting-gallery

### [Learning OpenGL in 7 days using Rust][tantan-video]

[![video preview](tantan-preview.jpg)][tantan-video]

[TanTan] released a [video][tantan-video] about making a water shader,
loading 3D models, creating a beautiful transition shader
using glium and macroquad.
The water & transition shader is open source and can be found
[here][mq-tantan-toolbox].

[TanTan]: https://twitter.com/TantanDev
[tantan-video]: https://youtube.com/watch?v=KEQIWqSq42k
[mq-tantan-toolbox]: https://github.com/TanTanDev/macroquad_tantan_toolbox

### [Rust Linz: Learning Rust with Game Development][rust-linz]

[![Rust Linz talk screenshot](rust-linz.png)][rust-linz]
Expand Down
Binary file added content/news/021/tantan-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.