Giter Site home page Giter Site logo

scallion's Introduction

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.

scallion's People

Contributors

paralleltree avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scallion's Issues

I would like to know what is the purpose of this project?

Hi, thanks for your work.
I would like to know what is the purpose of this project?
or, What can we achieve using this library?

I am looking for a method to send motion data to MMD in real time for a live show. Do you have any good idea?

Any reply is appreciated! Thanks!

固定長文字列の書き込み時に例外が発生する

概要

MoDeserializerクラスのWriteByteStringメソッドにおいてArgumentExceptionが発生する。

System.ArgumentException: ターゲット配列の長さが足りません。destIndex、長さ、および配列の最小値を確認してください。
   場所 System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
   場所 System.Array.CopyTo(Array array, Int32 index)
   場所 Scallion.Core.MoSerializer.WriteByteString(String value, Int32 bytesCount)

原因

バイト配列のコピー時に、bytesCountより長い配列がコピーされようとして発生する。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.