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
7
8
9
10
11
12
#![allow(dead_code)]

pub mod color;
pub mod graphics;
pub mod math;
pub mod shapes;
pub mod simple_canvas;
pub mod tools;
pub mod traits;
pub extern crate image;
pub extern crate softbuffer;
pub extern crate winit;