Crate turbine

Source
Expand description

A 3D game engine with built-in editor.

Re-exports§

pub use math::Vec3;
pub use math::Mat4;
pub use math::AABB;
pub use math::Ray;
pub use world::World;

Modules§

data
Data.
logger
Logging.
math
Helper methods for math.
render
Rendering.
world
World ECS structure.

Structs§

Ids

Functions§

start
Starts Turbine pointing it to a project folder.