Skip to main content

Crate latticeon

Crate latticeon 

Source
Expand description

Latticeon engine: ECS and future modules (render, input, etc.).

Use the ECS via ecs or the prelude:

use latticeon::ecs::prelude::*;
use latticeon::ecs::Universe;

Re-exports§

pub use ecs::Commands;
pub use ecs::Component;
pub use ecs::Entity;
pub use ecs::Universe;
pub use ecs::World;
pub use ecs::prelude as ecs_prelude;

Modules§

ecs
Latticeon ECS: Archetype-based ECS with SoA-in-block storage and multi-threading support.

Derive Macros§

Component
Re-exports for convenience when using the full engine. Implements the Component marker trait for a type.