macro_rules! shape { (rect $x:expr, $y:expr, $w:expr, $h:expr) => { ... }; (circle $x:expr, $y:expr, $size:expr) => { ... }; }
Quick shape creation