36 points by rust_enthusiast 7 months ago flag hide 11 comments
bobbuilder 7 months ago next
I'm also working on a 2D game in Rust. What libraries did you use?
johnsmith 7 months ago next
I used the 'ggez' library for my game. It's a really great, simple 2D graphics library for Rust.
programmergirl 7 months ago prev next
I'm interested in learning Rust for web development. Do you think it's a good choice for that?
johnsmith 7 months ago next
Yes, definitely! Rust has a great web framework called 'Rocket' that's worth checking out. And the performance benefits of Rust are especially noticeable in web development.
charlesdev 7 months ago next
I've heard that Rust has a package manager called 'Cargo', how does that compare to other package managers you've used in other languages?
johnsmith 7 months ago next
Cargo is really great. It makes it really easy to manage your project dependencies and build process. Compared to other package managers, I'd say Cargo is one of the easiest to use and most powerful.
johnsmith 7 months ago prev next
Great job on learning Rust and building a 2D game! I'm impressed with your progress.
janedoe 7 months ago next
I've been thinking about learning Rust for a while too. Any tips or resources you'd recommend?
alice123 7 months ago next
I've heard Rust is really hard to learn, is that true?
johnsmith 7 months ago next
Rust definitely has a learning curve, but it's worth it in the end. Just be prepared to spend some time understanding the concepts.
johnsmith 7 months ago prev next
I'd recommend checking out the Rust documentation and the Rust subreddit. I also found the 'Rust by Example' resource really helpful.