Nothing to see here just yet...

How To Build

Linux

  1. Install these required dependencies

    • Rustup - Via Package Manager - Shell Script
    • Cargo - Via Rustup
    • Python 3.X - Via Package Manager
    • Maturin - Cargo - PyPi
  2. Download the Cubism SDK from Live2D, unzip into the repository, renaming the now unzipped folder to cubism-sdk.

  3. Run make in the repository folder. A wheel will be generated in ./target/wheels. If you want to install the wheel, a make target install is provided.

Windows

Coming soon...