Build amazing games with Rust

Manpreet Singh
3 min readDec 28, 2021

Welcome back! Rust is an awesome programming language with a ton of capability, if you’re new to Rust, check out the link below to learn more about it:

So, let’s talk about how you can build amazing games with Rust, this specific method is by using a game engine called Bevy! Luckily for us, this engine is hosted on GitHub, check out the link below to learn more about this engine:

They also have a website for their engine as well:

This engine prides itself on being a data driven engine, it’s fast, simple, and has quite a bit of capablity:

--

--