GitHunt
PA

paralleltree/Scallion

.NET用MikuMikuDanceラッパーライブラリ

Scallion

Build status
NuGet Release
Codecov

A wrapper library for MikuMikuDance

Requirements

  • .NET Framework 4.6
  • System.Numerics.Vectors

Installation

Now available on NuGet

Execute the following command in the Package Manager Console:

PM> Install-Package Scallion

Or download an archive from Releases.

Usage

// 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...

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The project is available as open source under the terms of the MIT License.

Languages

C#100.0%

Contributors

MIT License
Created April 3, 2016
Updated October 10, 2023
paralleltree/Scallion | GitHunt