graphics-rs 0.0.10

A simple, extendable, CPU based 2D graphics library. Also supports CloudPoints and rotation!
Documentation
1
2
3
4
5
6
pub mod circle;
pub mod line;
pub mod point_cloud;
pub mod rect;
pub mod text;
pub mod triangle;