Skip to content
forked from hkrn/nanoem

nanoem is an MMD (MikuMikuDance) like application mainly built for OSX.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
MIT
LICENSE.MIT
MPL-2.0
LICENSE.MPL
Notifications You must be signed in to change notification settings

jioushan182/nanoem

 
 

Repository files navigation

nanoem

Build Status License: MPL 2.0 License: MIT

nanoem is an MMD (MikuMikuDance) like application mainly built for OSX.

How to build?

Prerequisites

  • cmake (> 3.5)
  • C++14 compliant compiler
    • confirmed on Clang and Visual Studio 2017
  • git
  • ninja-build
    • Optional but recommend

Minimum build instruction

See also GitHub Action Workflow.

cmake -P scripts/build.cmake
mkdir out
cd out
cmake -G Ninja ..
cmake --build .

Architecture

See Architecture Document (Japanese)

About License

Authors

  • hkrn

About

nanoem is an MMD (MikuMikuDance) like application mainly built for OSX.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
MIT
LICENSE.MIT
MPL-2.0
LICENSE.MPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 51.7%
  • C++ 40.7%
  • Rust 3.2%
  • Objective-C++ 2.5%
  • CMake 1.3%
  • Objective-C 0.3%
  • Other 0.3%