Skip to content

Newsletter 12: Add Pong & Rust-n-Games videos #224

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 3 commits into from
Aug 4, 2020
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
31 changes: 31 additions & 0 deletions content/posts/newsletter-012/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,22 @@ read the book at [sokoban.iolivia.me][sokoban_book].
[sokoban_book]: https://sokoban.iolivia.me
[sokoban_github]: https://github.com/iolivia/rust-sokoban

### [Make Pong with Rust][tantan-video]

[![youtube preview](video-pong-tutorial.jpeg)][tantan-video]

^ _Click to [watch the tutorial][tantan-video]._

[TanTan] released a [video tutorial][tantan-video]
that guides you through all the step of making a pong game in Rust
using the GGEZ framework.

The source code [can be found here][tantan-pong-src].

[TanTan]: https://twitter.com/Tantan22430802
[tantan-video]: https://youtube.com/watch?v=TUE_HSgQiG0
[tantan-pong-src]: https://github.com/TanTanDev/rusty_pong

### [An Introduction to Data-Oriented Design in Rust][dod]

![vector vs linked list perf](data_oriented_design.svg)
Expand All @@ -432,6 +448,21 @@ The full article is available [here][dod].
[traitobj]: https://doc.rust-lang.org/book/ch17-02-trait-objects.html#trait-objects-perform-dynamic-dispatch
[dod]: http://jamesmcm.github.io/blog/2020/07/25/intro-dod/#en

### ["Rust'N'Games" Talk][rust-n-games]

[![youtube preview: a slide with Tower Rangers game](rust-n-games-youtube.jpeg)][rust-n-games]

^ _Click to [watch the talk][rust-n-games]._

During the recent ["Rust and Tell"][rust-n-tell] online event
[Stephan @extrawurst Dilly][@extrawurst] gave a ["Rust'N'Games" talk][rust-n-games]
about their experience of using Rust in games at [Gameroasters].

[rust-n-games]: https://youtu.be/0Bj-5C2Zfqs?t=1404
[rust-n-tell]: https://berline.rs/2020/07/28/rust-and-tell.html
[@extrawurst]: https://twitter.com/extrawurst
[Gameroasters]: https://www.gameroasters.com/

## Library & Tooling Updates

### [This Month in Mun][mun-july]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.