RustBooks
List of Rust books (by sger)
HandsOnRust
The source code that accompanies Hands-on Rust: Effective Learning through 2D Game Development and Play by Herbert Wolverson (by thebracket)
RustBooks | HandsOnRust | |
---|---|---|
14 | 19 | |
4,540 | 427 | |
- | - | |
5.2 | 0.0 | |
15 days ago | over 1 year ago | |
Rust | ||
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RustBooks
Posts with mentions or reviews of RustBooks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-04.
-
"Effective Rust" Book by David Drysdale
PRed it here: https://github.com/sger/RustBooks/pull/67
-
Learning Rust Until I Can Walk Again
Also a collection of valuable books: - https://github.com/sger/RustBooks
- Where to start?
-
What are your must read books for rust ?
https://github.com/sger/RustBooks here’s a list of all of them. I always recommend The Book and Programming Rust for people starting out.
-
Rust Books Grouped by Level
Luca has a PR up to add it https://github.com/sger/RustBooks/pull/55
- Best book after the official Rust book?
-
Hey Rustaceans! Got a question? Ask here! (25/2022)!
There have been written a bunch of books on rust, you can find the list (and links to the free ones) here: https://github.com/sger/RustBooks
-
The Rust Programming Book is not good for Beginners?
Strange, wonder what escaped that hash, the link for me is: https://github.com/sger/RustBooks#starter-books
- Best way to spend learning budget on Rust?
HandsOnRust
Posts with mentions or reviews of HandsOnRust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-30.
-
ECS, Finally
I'm working my way through the HandsOnRust book that guides you through creating a simple roguelike using Rust and Legion ECS. It's a really enjoyable experience so far, and I'm looking towards trying out Bevy ECS afterwards to compare the two.
https://github.com/thebracket/HandsOnRust
-
Disappointing experience with 'Command-Line Rust': Seeking more comprehensive Rust resources
But if you really want to follow more things then hands on rust and zero to production are two good quality books for learning rust through game dev and web development respectively. But I would still urge you to try a few things by yourself first.
-
Learning Rust with “Hands On Rust”
Started learning rust a while ago but I needed something to walk me through the features while building something useful. I discovered Hands On Rust and have learned more in 3 hours of building flappy bird clones than in two weeks of experimenting with tutorials.
-
I'm a beginner and write Go code. Is there anything similar to 'Let's Go' for Rust?
There is Zero To Production In Rust which goes through building a webserver in rust from the ground up. Or Hands on rust for learning rust by building a game.
-
Any good books for studying rust?
Some (optionally) in print: * Rust in Action * Programming Rust * Hands-On Rust * Rust for Rustaceans
-
Give advice to a code illiterate to start learning
Game development though might be a harder place to start. You may find other more basic areas easier to get going. Though there is a good book on learning rust with game dev Hands on Rust that you might find enough.
-
The Rust Programming Book is not good for Beginners?
Other books/resources you might find helpful - Rust by example - a good compliment to The Book that shows concepts with examples. Though does not explain things as much. - Zero To Production In Rust - a look at webservers and taking them to production (still being written though) - Hands on rust - a look at introducing rust with gamedev. - Easy rust - Many more listed here
- Trying to decide a roadmap for becoming a Rust developer. / Good beginner projects to try?
-
Question about bracket-lib and how fonts and images are loaded
This is a beginner question. I'm following Hands-On Rust to build simple games. One thing that isn't clear to me so far is how `bracket-lib` actually load the fonts and image of different characters from a single PNG file. Is the PNG file segmented in certain pixel values so that `bracket-lib` could access each square of the image like an array? Does this mean that this PNG file must be always designed in specific ways? Thanks for helping!
-
Sharing Saturday #387
One year ago, I released the first beta for Hands-on Rust. What a wild and awesome ride it has been! The book has been on the publisher's best sellers list for 50 of the last 52 weeks, since the print edition came out it's been in Amazon's top 10-20 for "C Language" and sometimes "Game Development" most of the time. I had a "good grief, am I famous?" moment when a relative (who works for one of the huge American social media companies) sent me a pic showing Hands-on Rust sitting on his boss's desk.
What are some alternatives?
When comparing RustBooks and HandsOnRust you can also consider the following projects:
rust-by-example - Learn Rust with examples (Live code editor included)
book - The Rust Programming Language
tour_of_rust - A tour of rust's language features
rustrogueliketutorial - Roguelike Tutorial in Rust - using RLTK
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
libtcod-ada - An Ada binding for the libtcod rougelike library
reference - The Rust Reference
libtcod-vcpkg-template - A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.
Wolfensvelte-3D - Wolfenstein 3D, reimagined in Svelte - rendered with the DOM
c-roguelike-draft
arewegameyet - The repository for https://arewegameyet.rs
RustBooks vs rust-by-example
HandsOnRust vs book
RustBooks vs tour_of_rust
HandsOnRust vs rustrogueliketutorial
RustBooks vs zero-to-production
HandsOnRust vs libtcod-ada
RustBooks vs reference
HandsOnRust vs libtcod-vcpkg-template
RustBooks vs Wolfensvelte-3D
HandsOnRust vs c-roguelike-draft
RustBooks vs book
HandsOnRust vs arewegameyet