Skip to content

Commit

Permalink
Merge pull request #39 from Live2D/develop
Browse files Browse the repository at this point in the history
Update to Cubism SDK for Web R4
  • Loading branch information
itoh-at-live2d-com authored Dec 9, 2021
2 parents a72222b + b032ce2 commit 66c2796
Show file tree
Hide file tree
Showing 100 changed files with 15,944 additions and 21,085 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
{
"type": "npm",
"script": "clear",
"script": "clean",
"path": "Samples/TypeScript/Demo/",
"problemMatcher": []
},
Expand Down Expand Up @@ -93,7 +93,7 @@
},
{
"type": "npm",
"script": "clear",
"script": "clean",
"path": "Framework/",
"problemMatcher": []
}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [4-r.4] - 2021-12-09

### Changed

* Update sample models. (Made with Cubism Editor 4.1.02)

### Fixed

* Fix a bug where the move process would affect other models while displaying multiple models. by [@catCoder](https://community.live2d.com/discussion/1043/multiple-models-when-using-translaterelative)
* Fix breathing behavior was different from Cubism Viewer (for OW).


## [4-r.3] - 2021-06-10

### Fixed
Expand Down Expand Up @@ -87,6 +99,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

* Fix issue with reloading model images in WebKit.

[4-r.4]: https://github.com/Live2D/CubismWebSamples/compare/4-r.3...4-r.4
[4-r.3]: https://github.com/Live2D/CubismWebSamples/compare/4-r.3-beta.1...4-r.3
[4-r.3-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.2...4-r.3-beta.1
[4-r.2]: https://github.com/Live2D/CubismWebSamples/compare/4-r.1...4-r.2
Expand Down
17 changes: 16 additions & 1 deletion Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@ All notable changes to this project will be documented in this file.

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

## 2021-12-09

### Added

* Add static library(.a) for Mac Catalyst.


## 2021-10-07

### Added

* Add `x86_64` library for Android.
* Add `arm64` library for macOS.


## 2021-03-09

### Added
* Add funtcions for Viewer.

* Add funtcions for Viewer.
* `csmGetParameterKeyCounts`
* `csmGetParameterKeyValues`


### Changed

* Update Core version to `04.01.0000`.
Expand Down
1 change: 1 addition & 0 deletions Core/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Live2D Cubism Core is available under Live2D Proprietary Software License.

* [Live2D Proprietary Software License Agreement](https://www.live2d.com/eula/live2d-proprietary-software-license-agreement_en.html)
* [Live2D Proprietary Software 使用許諾契約書](https://www.live2d.com/eula/live2d-proprietary-software-license-agreement_jp.html)
* [Live2D Proprietary Software 使用授权协议](https://www.live2d.com/eula/live2d-proprietary-software-license-agreement_cn.html)
45 changes: 27 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,38 @@ NOTE: デバック用の設定は、`.vscode/launch.json` に記述していま

### Node.js

* 16.1.0
* 14.17.0
* 12.22.1
* 17.2.0
* 16.13.1
* 14.18.2
* 12.22.7


## 動作確認環境

| プラットフォーム | ブラウザ | バージョン |
| --- | --- | --- |
| Android | Google Chrome | 90.0.4430.210 |
| Android | Microsoft Edge | 46.04.4.5157 |
| Android | Mozilla Firefox | 88.1.4 |
| iOS / iPadOS | Google Chrome | 90.0.4430.216 |
| iOS / iPadOS | Microsoft Edge | 46.3.13 |
| iOS / iPadOS | Mozilla Firefox | 33.1 |
| iOS / iPadOS | Safari | 14.1 |
| macOS | Google Chrome | 91.0.4472.77 |
| macOS | Microsoft Edge | 90.0.818.66 |
| macOS | Mozilla Firefox | 88.0.1 |
| macOS | Safari | 14.1 |
| Windows | Google Chrome | 91.0.4472.77 |
| Windows | Internet Explorer 11 | 19041.928 |
| Windows | Microsoft Edge | 90.0.818.66 |
| Windows | Mozilla Firefox | 88.0.1 |
| Android | Google Chrome | 96.0.4664.45 |
| Android | Microsoft Edge | 96.0.1054.36 |
| Android | Mozilla Firefox | 94.1.2 |
| iOS / iPadOS | Google Chrome | 96.0.4664.53 |
| iOS / iPadOS | Microsoft Edge | 95.0.1020.60 |
| iOS / iPadOS | Mozilla Firefox | 39.0 |
| iOS / iPadOS | Safari | 604.1 |
| macOS | Google Chrome | 96.0.4664.55 |
| macOS | Microsoft Edge | 96.0.1054.34 |
| macOS | Mozilla Firefox | 94.0.2 |
| macOS | Safari | 15.1 |
| Windows | Google Chrome | 96.0.4664.45 |
| Windows | Internet Explorer 11 | 19043.1387 |
| Windows | Microsoft Edge | 96.0.1054.41 |
| Windows | Mozilla Firefox | 94.0.2 |

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


## コミュニティ

ユーザー同士でCubism SDKの活用方法の提案や質問をしたい場合は、是非コミュニティをご活用ください。

- [Live2D 公式コミュニティ](https://creatorsforum.live2d.com/)
- [Live2D community(English)](http://community.live2d.com/)
Binary file modified Samples/Resources/Haru/Haru.2048/texture_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Samples/Resources/Haru/Haru.2048/texture_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 66c2796

Please sign in to comment.