Crates.io | yaecs |
lib.rs | yaecs |
version | 0.11.0 |
source | src |
created_at | 2016-11-19 06:52:55.229257 |
updated_at | 2017-02-20 21:28:38.697259 |
description | Yet Another Entity Component System. |
homepage | https://docs.rs/yaecs |
repository | https://github.com/davidedmonds/yaecs |
max_upload_size | |
id | 7299 |
size | 14,545 |
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.
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.