Releases: brianhsu/Live2DForScala
Releases · brianhsu/Live2DForScala
v1.0.0
Step 1. Install Open JDK 11.
- For Linux, install it through your distro's package manager.
- For Ubuntu, run
sudo apt-get install openjdk-11-jre - For ArchLinux, run
sudo pacman -S jre-11-openjdk - For Gentoo, run
sudo emerge -pv virtual/jre:11
- For Ubuntu, run
- For Windows, download OpenJDK 11 (
microsoft-jdk-11.X.Y-windows-x64.msi) from Microsoft Build of OpenJDK - For MacOS
- Install Homebrew
- Run
brew install openjdk@11to install
Step 2. Download corresponding compressed files.
-
Please download JAR files from the
Releasetab on GitHub:- For Linux, both
Live2DForScala-Swing-X.Y.Z.zip/Live2DForScala-SWT-Linux-X.Y.Z.tar.gzshould work. - For Windows, both
Live2DForScala-Swing-X.Y.Z.zip/Live2DForScala-SWT-Windows-X.Y.Z.zipshould work. - For Mac, download
Live2DForScala-Swing-X.Y.Z.jar
- For Linux, both
-
Extract the downloaded file.
Step 3. Run the Demo Application
- If your system is setup correctly, you should able to double click on the jar file in the extracted folder to run it.
- If double click does not work, open a terminal (command line window), and run the following command
java -jar [put the downloaded file name here]
Step 4. Download Live2D Model
-
Download Live2D model from here.
Tsumiki Harugasa/ChitoseandJin Natoriare good choices, as them contains both expressions and motions.- If you want to play with lip sync from motion sound file, please download
Cubism Native SDKfrom here, unzip it, and use the model at theSamples/Resources/Haru/folder.
-
Extract the zip file to somewhere of your computer.
Step 5. Controls
- Click the
Load Avatarbutton of left corner, and choose theruntimedirectory (or any direction contains the.moc3file) of the model you just downloaded and unzipped. - Right click and drag to move Live2D model.
- Use mouse wheel to zoom-in / zoom-out Live2D model.
- Have fun!!