From fdf4b1f40940743e72db0769d6532cb80f4f61e2 Mon Sep 17 00:00:00 2001 From: x-52 <56453634+x-52@users.noreply.github.com> Date: Sat, 7 Aug 2021 13:23:31 -0400 Subject: [PATCH 1/2] rg3d RPG Tutorial (July Issue) --- content/news/024/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/news/024/index.md b/content/news/024/index.md index b603df1e1..f4bc3087d 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -393,6 +393,15 @@ animated sprites. [hands-on-amazon]: https://www.amazon.com/dp/1680508164 [hands-on-flappy]: https://medium.com/pragmatic-programmers/flappy-dragon-rust-647e91a34dd4 +### [Writing an RPG using rg3d][writing-an-rpg-using-rg3d] + +Dimitry Stepanov (aka @mrDIMAS) published a tutorial series about +making an RPG in Rust using the rg3d game engine. In part one of the series, +he builds a character controller from scratch. While that may not sound very exciting, +it's still a great way to learn the basics of rg3d and Rust gamedev in general! + +[writing-an-rpg-using-rg3d]: http://example.com + ## Tooling Updates ## Library Updates From 15dd63903ac4b5a79eb31f3f99edb83aecfb8e36 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 7 Aug 2021 19:10:18 +0100 Subject: [PATCH 2/2] Update content/news/024/index.md --- content/news/024/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/024/index.md b/content/news/024/index.md index f4bc3087d..5e86703f8 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -400,7 +400,7 @@ making an RPG in Rust using the rg3d game engine. In part one of the series, he builds a character controller from scratch. While that may not sound very exciting, it's still a great way to learn the basics of rg3d and Rust gamedev in general! -[writing-an-rpg-using-rg3d]: http://example.com +[writing-an-rpg-using-rg3d]: https://rg3d.rs/tutorials/2021/07/09/rpg-tutorial1.html ## Tooling Updates