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