Skip to main content

Crate sky_ecs

Crate sky_ecs 

Source
Expand description

Chunk-based ECS core for Sky.

The crate owns entities, component storage, typed queries, resources, commands, scheduling, and the lightweight plugin installation protocol.

Re-exports§

pub use plugin::Plugin;
pub use plugin::PluginError;
pub use plugin::PluginRegistry;
pub use plugin::PluginResult;
pub use ecs::*;

Modules§

ecs
Core ECS (Entity Component System) module.
plugin
Non-invasive module installation protocol.