Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.2 KB

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

This library supports only MMD Motion File for now.

// using Scallion.DomainModels;

var motion = new Motion().Load(@"path\to\motion.vmd");
// motion.Bones...
// motion.Morphs...

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.