Crate flecs_ecs

Source
Expand description

Flecs is a fast and lightweight Entity Component System that lets you build games and simulations with millions of entities.

This library provides a comprehensive and low-overhead Rust binding for flecs.

Re-exports§

pub use flecs_ecs_derive as macros;
pub use flecs_ecs_sys as sys;

Modules§

addons
core
prelude