axle 0.1.1

A graphics library influenced by Processing
Documentation
1
2
3
4
5
6
7
pub use sdl2::pixels::Color;
pub use sdl2::rect::Point;
pub use sdl2::event::Event;
pub use sdl2::mouse::MouseButton;
pub use sdl2::keyboard::Scancode as Key;
pub use sdl2::rect::Rect;
pub use std::f64::consts::PI;