MMDUtils
MMDUtils is a library for read/write mmd related file in java
Features
- Read/Write VMD(Vocaloid Motion Data) file
- Read/Write PMX(Polygon Model eXtended) 2.0 file
- Read/Write PMD(Polygon Model Data) file
- Read/Write VPD(Vocaloid Pose Data) file
- Render model in LWJGL
- Process physics bone for model
- Display VMD animation
PMD Format Support
We currently don't want to add support for PMD format, because PMX file is better and we are lazy.
And you can convert PMD to PMX to make it able to read.
Credits
MikuMikuFormats for read/write PMX and VMD files.
Saba for render model in LWJGL.
KaiMyEntity for helping me code the LWJGL renderer.