• 4 Posts
  • 45 Comments
Joined 8 months ago
cake
Cake day: January 26th, 2024

help-circle


  • I see your point though. It feels like people giving advice on Rust used it 3minutes. It really depends on how trait are structured and often times they are horribly difficult.

    It’s because of the borrow checker complaining. It’s especially hard with Async stuff.

    Rust is good, it’s not perfect for everyone. I wouldn’t recommend for gamedev. You might like C# with native modules in Godot, you can extend it pretty much how you want.

    Less C++ stuff, more fun!

    But yeah that’s a problem, if you want a system programming language it’s hard to get away from C/C++ lol.