Skip to content

Commit

Permalink
Merge pull request #43 from Live2D/develop
Browse files Browse the repository at this point in the history
Cubism 4 SDK for Web R5 beta4
  • Loading branch information
itoh-at-live2d-com authored Jul 7, 2022
2 parents 0954091 + 328f071 commit e8f7de0
Show file tree
Hide file tree
Showing 25 changed files with 19,256 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.5-beta.4] - 2022-07-07

### Added

* Add `Mao` model.


## [4-r.5-beta.3] - 2022-06-16

### Fixed
Expand Down Expand Up @@ -128,6 +135,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.5-beta.4]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.3...4-r.5-beta.4
[4-r.5-beta.3]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.2...4-r.5-beta.3
[4-r.5-beta.2]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.1...4-r.5-beta.2
[4-r.5-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.4...4-r.5-beta.1
Expand Down
15 changes: 15 additions & 0 deletions Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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/).


## 2022-07-07

### Added

* Add functions
* `csmGetParameterTypes`
* `csmGetDrawableParentPartIndices`

* Add type `csmMocVersion` and enum. This type is the return value of `csmGetMocVersion`, `csmGetLatestMocVersion`.

### Changed

* Upgrade Core version to 04.02.0002.


## 2022-06-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Framework
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,28 @@ NOTE: デバック用の設定は、`.vscode/launch.json` に記述していま

### Node.js

* 18.1.0
* 17.9.0
* 16.15.0
* 14.19.2
* 18.4.0
* 16.15.1
* 14.19.3


## 動作確認環境

| プラットフォーム | ブラウザ | バージョン |
| --- | --- | --- |
| Android | Google Chrome | 102.0.5005.115 |
| Android | Google Chrome | 103.0.5060.70 |
| Android | Microsoft Edge | 101.0.1210.47 |
| Android | Mozilla Firefox | 100.1.2 |
| iOS / iPadOS | Google Chrome | 101.0.4951.58 |
| iOS / iPadOS | Microsoft Edge | 101.1210.47 |
| iOS / iPadOS | Mozilla Firefox | 100.1 |
| iOS / iPadOS | Safari | 604.1 |
| iOS / iPadOS | Safari | 605.1.15 |
| macOS | Google Chrome | 101.0.4951.64 |
| macOS | Microsoft Edge | 101.0.1210.47 |
| macOS | Mozilla Firefox | 100.0.1 |
| macOS | Safari | 15.5 |
| Windows | Google Chrome | 102.0.5005.115 |
| Windows | Microsoft Edge | 101.0.1210.47 |
| Windows | Microsoft Edge | 103.0.1264.44 |
| Windows | Mozilla Firefox | 100.0 |

Note: 動作確認時のサーバの起動は `./Samples/TypeScript/Demo/package.json``serve` スクリプトを使用して行っています。
Expand Down
Binary file added Samples/Resources/Mao/Mao.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.
Loading

0 comments on commit e8f7de0

Please sign in to comment.