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

Rust

7902 readers
25 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!

top 6 comments
sorted by: hot top controversial new old
[–] AngryClosetMonkey@feddit.org 5 points 1 day ago (1 children)

We have been using Fyrox for a community project at work for over a year now. We run into bugs from time to time, but for the most part it works if you are willing to put in a bit more effort.

[–] entwine@programming.dev 1 points 18 hours ago (2 children)

Why pick Fyrox? Not to shit on rust, it clearly has its place, but looking at the track record of game engines, video games aint it.

[–] SorteKanin@feddit.dk 1 points 3 hours ago (1 children)

Do you mean Rust is unsuited for games, or that Rust simply don't (yet) have the established engines/frameworks/libraries for it? I think Rust could be really great for video game development, but it's true that the ecosystem is not quite there yet - though it's getting better.

[–] bug@mastodon.gamedev.place 2 points 3 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.

[–] AngryClosetMonkey@feddit.org 7 points 17 hours ago

The goal was to create a project where people can explore and learn Rust. When the time came to decide what we would actually do in this project, participants wanted to build a game.... So I set out to find a Rust game engine and determined that Fyrox was the best fit.

[–] dis_da_mor@anarchist.nexus 1 points 1 day ago

very cool, might try it again