this post was submitted on 21 Jan 2024
56 points (96.7% liked)

Rust

5777 readers
26 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!

you are viewing a single comment's thread
view the rest of the comments
[–] 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.