Skip to content

Releases: Live2D/CubismWebSamples

Cubism 5 SDK for Web R5 beta2

14 Oct 02:38
0135149

Choose a tag to compare

Added

  • Add flag reset processing for the CubismOffscreenRenderTargetManager class to improve the efficiency of FrameBuffer used in Offscreen drawing.

Fixed

  • Fix for the efficiency improvements in offscreen drawing introduced in Framework.

Cubism 5 SDK for Web R5 beta1

26 Aug 02:38
75ad39c

Choose a tag to compare

Added

  • Add Ren model.
  • Add LAppLive2DManager.setOffscreenSize().
    • This function is to set the size of the CubismRenderTarget.

Changed

  • Change to allow resources in Framework/Shaders to be registered as shaders.

Fixed

  • Fix an issue where breakpoints were not working when running the npm: serve task.

Cubism 5 SDK for Web R4

15 May 02:42
435707a

Choose a tag to compare

Fixed

  • Fix an issue where the priority was not reset if the motion was not read correctly.
  • Add a flag to enable the function that verifies the consistency when loading motion3.json.

Cubism 5 SDK for Web R3

18 Feb 02:25
f4e914f

Choose a tag to compare

Changed

  • Change ESLint version to 9.17.0.
    • With this update, we have added the eslint.confing.mjs required for FlatConfig.

Cubism 5 SDK for Web R2

19 Dec 02:32
ab36f45

Choose a tag to compare

Added

  • Add a function to notify when motion playback starts.

Changed

  • Modify to run tsc --noEmit command during development build for type checking.
  • Change to be able to handle multiple <canvas>.
  • The interfaces MouseEvent and TouchEvent are deprecated and consolidate into PointerEvent.
  • Change to overwrite motion fade by the value specified in .model3.json on Framework.
  • Change the function for playing back expression motions from CustomExpressionMotionManager.startMotionPriority() to CustomExpressionMotionManager.startMotion().

Fixed

  • Fix eslintrc.yml to conform to the exact wording.
  • Fix a bug that the eye tracking behavior was not released when dragging is released outside of a canvas element.
  • Fix an issue where WebGLRenderingContext.deleteTexture() was not being called in releaseTextures(), releaseTextureByTexture(), and releaseTextureByFilePath().

Cubism 5 SDK for Web R1

26 Mar 02:36
a452b31

Choose a tag to compare

Changed

  • Change development environment from webpack to Vite.

Cubism 5 SDK for Web R1 beta4

18 Jan 03:11
cf4a925

Choose a tag to compare

Added

  • Add getPcmDataChannel() and getWavSamplingRate() functions to LAppWavFileHandler.

Changed

  • Change return type of loadWavFile() to Promise<boolean>.
  • Deprecate the use of the Singleton pattern in LAppWavFileHandler.
    • This change marks the following functions and variables as deprecated.
      • s_instance
      • getInstance()
      • releaseInstance()
  • Change target to es6.
  • Change to use webgl2.

Fixed

  • Fix to check for error when reading json.

Removed

  • Remove use of polyfill, watwg-fetch and experimental-webgl.

Cubism 5 SDK for Web R1 beta3

30 Nov 02:46
3f9de56

Choose a tag to compare

Added

  • Add LAppGlManager class.

Changed

  • Change LAppDelegate so that it no longer holds the WebGLContext and moved its role to LAppGlManager.

Cubism 5 SDK for Web R1 beta2

28 Sep 03:40
32d45d5

Choose a tag to compare

Changed

  • Replace the sample model Mao with the updated version that is compatible with Cubism 5.0.

Cubism 5 SDK for Web R1 beta1

17 Aug 02:32
b94b5f2

Choose a tag to compare

Added

  • Add Wankoromochi as a model bundled with SDK.

Fixed

  • Fix blurry image and models on mobile devices. by @Tsar
  • Fix a bug that caused scroll-blocking violations to appear in the log.