macroquad 0.4.14

Simple and easy to use graphics library
Documentation
1
2
3
4
5
6
mod mesh_rasterizer;
mod painter;

pub(crate) use mesh_rasterizer::render_command;
pub use mesh_rasterizer::{DrawList, Vertex};
pub(crate) use painter::{DrawCommand, ElementState, Painter};