Live2d Parser
A Rust library for parsing Live2D model files, without any ffi calls.
Supports Cubism 2.0/3.0/4.0/4.0 formats.
Examples
- Analyze Cubism 2.0 model
use Moc;
let moc = unsafe ;
let mut json = create?;
json.write_all?;
- Analyze Cubism 3.0 model