this post was submitted on 04 Oct 2023
30 points (100.0% liked)

Rust

6699 readers
123 users here now

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

Wormhole

[email protected]

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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 2 years ago (1 children)

If they could rewrite Godot in Rust, it would be awesome. But Bevy is the next best thing, I guess. But it not having a UI is indeed a gigantic wall. Only somebody who wrote games before, willing to learn rust, or a masochist would choose bevy as their first game engine without knowing rust.

[โ€“] [email protected] 3 points 2 years ago

Have you not checked the upcoming gdext of godot-rust or do you believe it's the lack of ECS for Godot? If it's the former one, check Godex. Someone is making a Godot fork that uses ECS. And if it's the lack of rust + lack of ECS, there's also godot_ecs, which is a marriage betwern Godot and Bevy.