Crate PMXUtil

Source
Expand description

pmx_util - PMX reading and writing utility

This crate support PMX 2.0/2.1. but there are very few models use 2.1.

§please note.

in future release may drop PMX 2.1 support

§PMX 2.0 read and write tested by following steps.

  • read model from file.
  • write it to another file
  • read from wrote file.
  • compare both content
  • compare hash.
  • load it by PMXEditor and MMD.

Modules§

reader
PMX reading module.
types
PMX type definitions.
writer
PMX writing module.