1 unstable release
0.1.0 | Nov 11, 2023 |
---|
#2992 in #parser
13KB
311 lines
vmd_parser
The Vocaloid Motion Data (VMD) file format is the file format used to store animations for models used in the MikuMikuDance (Polygon Movie Maker) animation program.
load '.vmd' file
pub fn vmd_read<R: Read>(read: &mut R) -> Result<Vmd, VmdError>
save '.vmd' file
pub fn vmd_write<W: Write>(write: &mut W, vmd: &Vmd) -> Result<(), VmdError>
Dependencies
~4MB
~138K SLoC