Crate conniecs [] [src]

TODO: Add documentation including describing how the derive macros work

Reexports

pub use aspect::Aspect;
pub use component::ComponentList;
pub use component::ComponentManager;
pub use entity::BuildData;
pub use entity::EditData;
pub use entity::EntityData;
pub use entity::ModifyData;
pub use entity::Entity;
pub use entity::EntityIter;
pub use entity::IndexedEntity;
pub use services::ServiceManager;
pub use system::EntitySystem;
pub use system::InteractSystem;
pub use system::IntervalSystem;
pub use system::LazySystem;
pub use system::Process;
pub use system::System;
pub use system::SystemManager;
pub use world::DataHelper;
pub use world::World;

Modules

aspect

TODO: Add documentation including describing how the derive macros work

component

TODO: Add documentation including describing how the derive macros work

entity

TODO: Add documentation including describing how the derive macros work

services

TODO: Add documentation including describing how the derive macros work

system

TODO: Add documentation including describing how the derive macros work

world

TODO: Add documentation including describing how the derive macros work