cobject 0.1.1

A game engine that uses minifb as a foundation and currently only supports 2D.
Documentation
1
2
3
pub trait CDrawable {
    fn draw(&self, pixels: &mut Vec<u32>, width: usize, height: usize);
}