Rust in 2021

This is my response for this year’s call for blog posts.I am writing this as a language implementor, not as a language user.I also don’t try to p… Read more

Similar

Creating a Snake Clone in Rust, with Bevy

I’ve been playing around with Bevy recently, and decided to make a snake clone. The final product looks like this (please ignore the shoddy gif quality, the game runs smoothly): It’s about 300 lines of Rust, so buckle in; this is a lengthy walkthrough. If... (more…)

Read more »