Skip to content

Cubism 5 SDK for Java R5 beta1

Latest

Choose a tag to compare

@wada-at-live2d-com wada-at-live2d-com released this 29 Jan 02:39
9395f08

Added

  • Add Ren model.
  • Add support for Blend mode and Offscreen drawing.
    • Adapt to Framework API changes that require CubismRendererAndroid.create() to take window dimensions as parameters.
  • Add support for rendering portrait and landscape displays on Android.

Changed

  • Adapt to the Cubism SDK Framework's refactoring of hard-coded shaders into separate files.
    • Add a class that implements the ICubismLoadFileFunction interface to handle file loading.
  • Change the compile and target SDK version of Android OS to 16.0 (API 36).
    • Upgrade the version of Android Gradle Plugin from 8.6.1 to 8.9.1.
    • Upgrade the version of Gradle from 8.7 to 8.11.1.

Fixed

  • Fix background image distortion when window size is changed.
  • Fix an issue in the Android sample where the model display would reset after performing certain operations.