mocari 0.1.2

A pure Rust Live2D/Cubism-compatible runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod clipping;
mod vertex;

pub use clipping::{
    ClippingContext, ClippingLayout, ClippingLayoutError, ClippingPlan, ClippingRect, DrawableInfo,
    MaskChannel, draw_order_indices,
};
pub use vertex::{
    DrawableVertex, encode_indices, encode_vertices, vertex_from_drawable_vertex,
    vertices_from_drawable,
};