latticeon 0.1.0

A math and ECS library focused on easy academic reproduction of animation, physics simulation, and AI
Documentation

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;