yaecs

Crates.ioyaecs
lib.rsyaecs
version0.11.0
sourcesrc
created_at2016-11-19 06:52:55.229257
updated_at2017-02-20 21:28:38.697259
descriptionYet Another Entity Component System.
homepagehttps://docs.rs/yaecs
repositoryhttps://github.com/davidedmonds/yaecs
max_upload_size
id7299
size14,545
David Edmonds (davidedmonds)

documentation

https://docs.rs/yaecs

README

yaecs

Yet Another Entity-Component System. Fed up with the vast variety of ECS available in Rust crates, I decided "me too" and dived in with this effort.

Current state

At present, this is a deliberately simple and naive implementation, as my poor little brain hurt when I looked at other awesome systems such as ecs and specs. Hopefully over time as my code using this matures I'll spend some time optimizing what's going on in here and trying to remove any bottlenecks, though this will likely only be done once I've profiled the application.

Commit count: 42

cargo fmt