A wrapper library for MikuMikuDance
- .NET Framework 4.6
- System.Numerics.Vectors
Now available on NuGet
Execute the following command in the Package Manager Console:
PM> Install-Package Scallion
Or download an archive from Releases.
// using Scallion.DomainModels;
var motion = new Motion().Load(@"path\to\motion.vmd");
// motion.Bones...
// motion.Morphs...
var project = new Project().Load(@"path\to\project.pmm");
// project.Camera...
// project.Models...
var pose = new Pose().Load(@"path\to\pose.vpd"); // pose.Bones...
Bug reports and pull requests are welcome on GitHub.
The project is available as open source under the terms of the MIT License.