Skip to content

rg3d RPG Tutorial (July Issue) #742

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
Aug 7, 2021
Merged
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
9 changes: 9 additions & 0 deletions content/news/024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]: https://rg3d.rs/tutorials/2021/07/09/rpg-tutorial1.html

## Tooling Updates

## Library Updates
Expand Down