this post was submitted on 21 Jan 2024
54 points (96.6% liked)

Rust

5771 readers
53 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 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!

top 6 comments
sorted by: hot top controversial new old
[–] mac@programming.dev 17 points 8 months ago (1 children)

Theres a community for it over at !bevy@programming.dev for anyone interested in it :)

[–] solarzones@programming.dev 2 points 8 months ago

I’ll definitely be looking into it!

[–] fnmain@programming.dev 14 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

[–] Amaltheamannen@lemmy.ml 4 points 8 months ago

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

[–] peanutbutter_gas@lemm.ee 4 points 8 months ago

I'm not a game dev, just a regular dev. I have experimented with Bevy though. The documentation is top notch and there are many examples, YouTube videos and guides for starting out. I followed one such guide that was essentially a space invaders clone. I switched out some of the assets so that it was my brother's face shooting lasers, and sent it to him.

At my leisure pace, I finished the tutorial in about a week. I recommend giving it a try. Your first game doesn't have to be perfect or even complete. My space invaders didn't even have a background color.

[–] Shatur@lemmy.ml 3 points 8 months ago

Love this engine, it's so extensible. I created a high-level network library for it.

Using it for my game right now, it's very WIP, but I going to start posting progress soon :)