fluffl 0.0.5

A cross-platform multimedia layer that exposes opengl,sockets,and audio utilities for desktop and browser
Documentation
1
2
3
4
5
6
7
8
pub mod aabb;
pub mod fixedpoint;
pub mod matrix;
pub mod scalar;
pub mod vector;
pub mod waves;

pub use self::{aabb::*, fixedpoint::*, matrix::*, scalar::*, vector::*, waves::*};