Skip to content

Commit 04dec3a

Browse files
Merge pull request #61 from Live2D/develop
Update to Cubism 5 SDK for Web R5 beta3
2 parents 0135149 + 1afa327 commit 04dec3a

16 files changed

Lines changed: 798 additions & 1558 deletions

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [5-r.5-beta.3] - 2026-01-29
8+
9+
### Changed
10+
11+
* Replace standard `Array`, `Map`, and `String` with `csmVector`, `csmMap`, and `csmString`.
12+
* Change to specify shader files from the Sample layer.
13+
14+
### Fixed
15+
16+
* Fix background image distortion when window size is changed.
17+
* Fix the operation of `CubismOffscreenRenderTargetManager` to be more efficient.
18+
* Improve shader file loading timing to reduce rendering completion time.
19+
720

821
## [5-r.5-beta.2] - 2025-10-14
922

@@ -319,6 +332,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
319332
* Fix issue with reloading model images in WebKit.
320333

321334

335+
[5-r.5-beta.3]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.2...5-r.5-beta.3
322336
[5-r.5-beta.2]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.1...5-r.5-beta.2
323337
[5-r.5-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/5-r.4...5-r.5-beta.1
324338
[5-r.4]: https://github.com/Live2D/CubismWebSamples/compare/5-r.3...5-r.4

Core/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## 2026-01-29
9+
10+
### Added
11+
12+
* Add Arm64 static library for iphonesimulator.
13+
14+
15+
## 2026-01-08
16+
17+
### Changed
18+
19+
* Upgrade Core version to 06.00.0001.
20+
21+
### Fixed
22+
23+
* Fix offscreen opacity calculation.
24+
25+
26+
## 2025-10-30
27+
28+
### Removed
29+
30+
* [Native] Remove Visual Studio 2015 (MSVC 140) static library.
31+
32+
833
## 2025-10-14
934

1035
### Added

Framework

Submodule Framework updated 46 files

LICENSE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ Samples/Resources/Hiyori
5454
Samples/Resources/Mao
5555
Samples/Resources/Mark
5656
Samples/Resources/Natori
57+
Samples/Resources/Ren
5758
Samples/Resources/Rice
5859
Samples/Resources/Wanko
5960
```
6061

61-
If you use these models, you must agree to the terms of a contract set [here](https://docs.live2d.com/cubism-editor-manual/sample-model/) for each model.
62+
If you use these models, you must agree to the terms of a contract set [here](https://www.live2d.com/eula/live2d-sample-model-terms_en.html) for each model.
6263

6364

6465
---

README.ja.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Cubism Web Framework および Live2D Cubism Core と組み合わせて使用し
1919
本 SDK を使用する前に、[お知らせ](NOTICE.ja.md)をご確認ください。
2020

2121

22-
## Cubism 5新機能や過去バージョンとの互換性について
22+
## Cubism 5.3新機能や過去バージョンとの互換性について
2323

24-
本 SDK はCubism 5に対応した製品です
25-
Cubism 5 Editorに搭載された新機能のSDK対応については [こちら](https://docs.live2d.com/cubism-sdk-manual/cubism-5-new-functions/)をご確認ください。
26-
過去バージョンのCubism SDKとの互換性については [こちら](https://docs.live2d.com/cubism-sdk-manual/compatibility-with-cubism-5/)をご確認ください。
24+
本 SDK はCubism 5.3に対応した製品です
25+
Cubism 5.3 Editorに搭載された新機能のSDK対応については [こちら](https://docs.live2d.com/cubism-sdk-manual/cubism-5-3-new-functions/)をご確認ください。
26+
過去バージョンのCubism SDKとの互換性については [こちら](https://docs.live2d.com/cubism-sdk-manual/compatibility-with-cubism-5-3/)をご確認ください。
2727

2828
## ディレクトリ構成
2929

@@ -94,9 +94,8 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9494

9595
### Node.js
9696

97-
* 24.10.0
98-
* 22.20.0
99-
* 20.19.5
97+
* 25.4.0
98+
* 24.13.0
10099

101100

102101
## 動作確認環境
@@ -114,9 +113,9 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
114113
| macOS | Microsoft Edge | 139.0.3405.102 |
115114
| macOS | Mozilla Firefox | 141.0.3 |
116115
| macOS | Safari | 18.6 |
117-
| Windows | Google Chrome | 141.0.7390.77 |
118-
| Windows | Microsoft Edge | 141.0.3537.71 |
119-
| Windows | Mozilla Firefox | 143.0.4 |
116+
| Windows | Google Chrome | 144.0.7559.97 |
117+
| Windows | Microsoft Edge | 144.0.3719.82 |
118+
| Windows | Mozilla Firefox | 147.0.1 |
120119

121120
Note: 動作確認時のサーバの起動は `./Samples/TypeScript/Demo/package.json``serve` スクリプトを使用して行っています。
122121

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Please check the [license](LICENSE.md) before using this SDK.
1919
Please check the [notices](NOTICE.md) before using this SDK.
2020

2121

22-
## Compatibility with Cubism 5 new features and previous Cubism SDK versions
22+
## Compatibility with Cubism 5.3 new features and previous Cubism SDK versions
2323

24-
This SDK is compatible with Cubism 5.
25-
For SDK compatibility with new features in Cubism 5 Editor, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/cubism-5-new-functions/).
26-
For compatibility with previous versions of Cubism SDK, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/compatibility-with-cubism-5/).
24+
This SDK is compatible with Cubism 5.3.
25+
For SDK compatibility with new features in Cubism 5.3 Editor, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/cubism-5-3-new-functions/).
26+
For compatibility with previous versions of Cubism SDK, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/compatibility-with-cubism-5-3/).
2727

2828

2929

@@ -95,9 +95,8 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9595

9696
### Node.js
9797

98-
* 24.10.0
99-
* 22.20.0
100-
* 20.19.5
98+
* 25.4.0
99+
* 24.13.0
101100

102101

103102
## Operation environment
@@ -115,9 +114,9 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
115114
| macOS | Microsoft Edge | 139.0.3405.102 |
116115
| macOS | Mozilla Firefox | 141.0.3 |
117116
| macOS | Safari | 18.6 |
118-
| Windows | Google Chrome | 141.0.7390.77 |
119-
| Windows | Microsoft Edge | 141.0.3537.71 |
120-
| Windows | Mozilla Firefox | 143.0.4 |
117+
| Windows | Google Chrome | 144.0.7559.97 |
118+
| Windows | Microsoft Edge | 144.0.3719.82 |
119+
| Windows | Mozilla Firefox | 147.0.1 |
121120

122121
Note: You can start the server for operation check by running the `serve` script of `./Samples/TypeScript/Demo/package.json`.
123122

0 commit comments

Comments
 (0)