3D Game Engine written in Rust (development stage)
Dotrix has a flat linear ECS (Entity Component System) in its core, designed for fast querying of entities and their components.
EntityId
component containing
numerical ID. Each entitiy agregates constant number of components.The best place to start is to review examples distributed with the engine. All examples are grouped under examples/ folder. Later when API becomes more or less stable we will prepare a Book for a quick start.
cargo run --release --example demo
cargo run --release --example gltf