pub trait Renderable { // Required method fn render(&self) -> Image<Vec<u8>, 3>; }
trait for renderable objects
create a picture