this post was submitted on 29 Mar 2026
42 points (100.0% liked)

Rust

7902 readers
24 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

Dmitry has released the first stable version of his engine after 7 years of active development!

you are viewing a single comment's thread
view the rest of the comments
[–] bug@mastodon.gamedev.place 2 points 8 hours ago

@SorteKanin @entwine Rust is great for games even without engines, I think game developmers can learn to do stuff more low level. There is a great Rust wrap/binding to Godot. That and there are actually tons of little ways to make games in Rust. It depends on how granular a person wants to be! The improvements lately to the SDL3 bindings alone mean many things are possible. :) It's been way better than C/C++ so far for me.