Crate awi

Crate awi 

Source
Expand description

Aldaron’s Window Interface is a library developed by Plop Grizzly for creating a window and handling it’s input.

Re-exports§

pub extern crate afi;

Modules§

render
Interface with the GPU to render graphics or do fast calculations.
screen
Screen Module (Computer Monitor / Phone Screen / etc.)

Macros§

matrix
4x4 matrix macro constructor.
vector
3D vector macro constructor.

Structs§

BBox
Single-precision bounding box
BCube
Single-precision bounding cube
Frustum
Single-precision frustum
Id
A 32-bit index value.
Matrix
4x4 Matrix.
Octree
An octree is a DAG that can quickly search for points in 3D space.
Plane
Single-precision plane
Rotation
Single-precision quaternion.
Vector
Single-precision 3D vector.

Enums§

Event
Window Input Event, put on queue when an event has occurred.

Traits§

Collider
Collider has bounding box and id.