I’ve noticed some excitement lately about Rust Entity Component System (ECS) on twitter. Does anyone know where I can read more about it?
3 Likes
The most prominent ECS in Rust, and one that was mentioned in the closing RustConf keynote, is Specs, which just put out a new book: https://slide-rs.github.io/specs/
9 Likes
You may also want to look at @kvark’s interesting experimental project froggy
. It’s not an ECS but a Component Graph System.
1 Like