Crate crayon [] [src]

Reexports

pub extern crate lazy_static;
pub extern crate cgmath;

Modules

core

Core Engine

ecs
graphics
math

A low-dimensional linear algebra library, targeted at computer graphics.

prelude
resource
scene
utility

Macros

declare_component

Declare a struct as component, and specify the storage strategy. Internally, this macro will impl a internal trait Component to provide some useful methods and hints.

declare_resource
impl_vertex
impl_vertex_field
offset_of