cubik 0.1.0

OpenGL/glium-based multiplayer game engine
Documentation
pub mod shaders;
pub mod camera;
pub mod draw;
pub mod cube;
pub mod math;
pub mod input;
pub mod wavefront;
pub mod quadoctree;
pub mod collision;
pub mod textures;
pub mod skybox;
pub mod animation;
pub mod player;
pub mod fonts;
pub mod ui;
pub mod audio;
pub mod message;
pub mod server;
pub mod client;
pub mod peer_player;
pub mod container;
pub mod assets;
pub mod map;
pub mod interpolation;
pub mod fps_count;

#[macro_use]
pub extern crate glium;