Simple and safe ECS library for Rust.
Provides basic features, such as:
For now library provides nothing for systems (are responsible for logic). You are free to create your own system!
This crate contains no unsafe
code.
This library contains some feature flags:
| Feature name | Description |
|--------------|--------------------------------------------|
| resource
| Store resources in the world and view them |
Licensed under either of
at your option.