this post was submitted on 11 Jun 2023
25 points (100.0% liked)
Programming
13373 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're not opposed to books and have an interest in gamedev as well, then maybe give Hands-on Rust a shot. After some basics, it covers building a dungeon crawler (roguelike).
Admittedly, I own a copy but I haven't had the chance to go through it yet. I've heard positive things about it, though. Might start soon, wanting to get more in-depth with Rust myself recently.
Huh that's a pretty solid looking book. I did a quick glance through the chapter list online, and there is a fair amount of content in that. A solid book like that may be good for me to check out as well
The same author also has a free tutorial here. The ECS library used in it is a bit dated, and it's a good idea to follow the tutorial but use a more modern one (like hecs, or bevy_ecs if you're feeling more comfortable in rust)