logo

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

Interface with the GPU to render graphics or do fast calculations.

Screen Module (Computer Monitor / Phone Screen / etc.)

Macros

4x4 matrix macro constructor.

3D vector macro constructor.

Structs

Single-precision bounding box

Single-precision bounding cube

Single-precision frustum

A 32-bit index value.

4x4 Matrix.

An octree is a DAG that can quickly search for points in 3D space.

Single-precision plane

Single-precision quaternion.

Single-precision 3D vector.

Enums

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

Traits

Collider has bounding box and id.