pierd.github.io


Project maintained by pierd Hosted on GitHub Pages — Theme by mattgraham
16 September 2018

ECS and game development in Rust

Watch this!

I do agree that ECS makes sense, especially for game development. But I also agree with Jonathan Blow that it’s not that Rust pushes you into ECS, ECS just gives you a way to escape the borrow checker.

Time to make a game using ECS in Rust.

tags: rust - gamedev