qqx 0.0.4

qqx is a 3d library for rust based on OpenGL
Documentation
1
2
3
pub trait Drawable {
    fn draw(&self, dpy: &glium::Display, target: &mut glium::Frame);
}