this post was submitted on 21 Jan 2024
5 points (100.0% liked)

Rust

5749 readers
172 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 1 year ago
MODERATORS
 

I am new to Rust, and have always been interested in how games were made. But man I've got to say that just ready the bevy book has been pretty fun. I am looking at all the examples in the repo. I wanna here others perspective on bevy, or Rust game development in general!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 8 months ago (1 children)

Rust gamedev certainty isn't easy, but it is fun. Bevy doesn't have a visual editor like Unity does, which makes it way harder to use. But because it's not bound to any software like that it makes the engine very flexible. Personally, I like Bevy

[โ€“] [email protected] 2 points 8 months ago

It's getting an editor eventually. Still early in development