vmd_parser

Crates.iovmd_parser
lib.rsvmd_parser
version0.1.0
sourcesrc
created_at2023-11-11 07:08:26.855481
updated_at2023-11-11 07:08:26.855481
descriptionload and save .vmd animation file.
homepage
repositoryhttps://github.com/823984418/vmd_parser
max_upload_size
id1031909
size24,220
(823984418)

documentation

README

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>
Commit count: 0

cargo fmt