Skip to main content

Crate wuestite_ecs

Crate wuestite_ecs 

Source

Re-exports§

pub use component::Component;
pub use entity::Entity;
pub use event::Event;
pub use event::EventDispatcher;
pub use system::System;
pub use world::World;

Modules§

component
entity
event
system
world

Derive Macros§

Component
Derive macro for automatically implementing the Component trait.
Event
Derive macro for automatically implementing the Event trait.
System
Derive macro for automatically implementing the System trait.