Skip to content

Releases: Live2D/CubismJavaSamples

Cubism 4 SDK for Java R1 beta3

10 Mar 12:53
1fb35b2

Choose a tag to compare

Added

  • Add funciton to validate MOC3 files.
    • See CHANGELOG.md in Core and Framework.

Cubism 4 SDK for Java R1 beta2

26 Jan 02:45
4507753

Choose a tag to compare

Changed

  • Change Android SDK API level from 31 (Android 12) to 33 (Android 13).
  • Change the import statement of LAppDefine class to reflect the changes in CubismFramework.
  • Change the processing where getMotionMap function in CubismModelSettingJson was used.
  • Change setup code of a renderer in loadAssets function in LAppModel and LAppMinimumModel classes to match CubismFramework changes.
  • Change the key type of Map used in setupModel function in LAppModel and LAppMinimumModel that store model layout information to match the CubismFramework changes.

Fixed

  • Fix onDestroy function in LAppDelegate and LAppMinimumDelegate to release a singleton instance.

Removed

  • Remove dependencies not to be used.
  • Remove unnecessary commenting lines.
  • Remove unused variables defined in startMotion function of LAppModel and LAppMinimumModel classes.

Cubism 4 SDK for Java R1 beta1

08 Dec 02:47
f1a5c5b

Choose a tag to compare

Fixed

  • Fix resize function in LAppSprite because resizing calculation is wrong.
  • Remove the glEnable(GL_TEXTURE_2D) instruction, which was not valid.
  • Fix onUpdate function in LAppLive2DManager not to create an instance of CubismMatrix44.

Cubism 4 SDK for Java R1 alpha1

06 Oct 02:40
43b8a17

Choose a tag to compare

Added

  • New released!