Skip to content

kyapp69/Scallion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%