Crate bones_ecs

source ·
Expand description

Bones ECS

A minimal ECS ( Entity Component System ) designed for easy snapshotting and future moddability.

Originally forked from the Planck ECS, with heavy modifications.

Re-exports

  • pub use bones_schema as schema;
  • pub use bones_utils as utils;

Modules

Structs

Traits

  • Creates an instance of the type this trait is implemented for using data from the supplied World.
  • Helper trait for unwraping each item in an array.