-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f33250b
commit 83acc97
Showing
197 changed files
with
6,001 additions
and
17,702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Cubism Core | ||
/Core/**/* | ||
!/Core/Please_copy_cubism_core_for_web | ||
|
||
# IDE/Editor files | ||
.idea/ | ||
# Core directory files | ||
/Core/* | ||
!Please_copy_cubism_core_for_web | ||
# Package files | ||
node_modules/ | ||
# Build files | ||
dist/ | ||
# Other files | ||
.vs/ | ||
.vscode/**/* | ||
.idea/ | ||
*.iml | ||
.DS_Store | ||
# Exclude some VSCode setting files. | ||
.vscode/* | ||
!/.vscode/extensions.json | ||
!/.vscode/launch.json | ||
!/.vscode/tasks.json | ||
*.iml | ||
|
||
# Package files | ||
/node_modules/ | ||
|
||
# Build files | ||
/Sample/TypeScript/Demo/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Framework"] | ||
path = Framework | ||
url = https://github.com/Live2D/CubismWebFramework.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"recommendations": [ | ||
"editorconfig.editorconfig", | ||
"msjsdiag.debugger-for-chrome" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
// Webサーバ上にあるファイルをデバッグ | ||
{ | ||
// デバッグ設定の名称 | ||
"name": "Launch remote website with sourcemaps", | ||
// デバッグ種別を指定(chrome) | ||
"type": "chrome", | ||
// launchまたはattachを指定 | ||
"request": "launch", | ||
// Webサーバ上にあるデバッグ対象のURLを指定 | ||
"url": "http://localhost:5500/Sample/TypeScript/Demo/index.html", | ||
// マッピングするローカルファイルが配置されているディレクトリを指定 | ||
"webRoot": "${workspaceFolder}/", | ||
// ソースマップの有効・向こうの指定(true/false) | ||
"sourceMaps": true | ||
"name": "Launch Chrome", | ||
"url": "http://localhost:5000/Samples/TypeScript/Demo/", | ||
"webRoot": "${workspaceFolder}", | ||
"sourceMaps": true, | ||
"sourceMapPathOverrides": { | ||
"webpack:///./*": "${workspaceFolder}/Samples/TypeScript/Demo/*", | ||
"webpack:///${workspaceFolder}/Framework/*": "${workspaceFolder}/Framework/*", | ||
}, | ||
"trace": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
# Changelog | ||
|
||
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/). | ||
|
||
|
||
## 2020-01-30 | ||
|
||
### Added | ||
|
||
* Add static library(.lib) for statically linking DLL. | ||
* Add symbol file for Windows dynamic library (dll). | ||
|
||
|
||
## 2019-11-19 | ||
|
||
### Fixed | ||
|
||
* Fix linking static libraries for Windows (.lib). | ||
|
||
|
||
## 2019-11-14 | ||
|
||
### Added | ||
|
||
* Support Visual Studio 2019. | ||
* Support macOS dynamic library (dylib). | ||
|
||
### Changed | ||
|
||
* Update Windows dynamic library: Use Visual Studio 2019 for building. | ||
|
||
### Security | ||
|
||
* Bundle certificate and notary ticket to macOS shared library. | ||
|
||
|
||
## 2019-09-04 | ||
|
||
### Added | ||
|
||
* Support new Inverted Masking features. | ||
* Support ARM64 architecture for Universal Windows Platform. | ||
|
||
### Changed | ||
|
||
* Upgrade Core version to 04.00.0000 (67108864). This upgrade is following Cubism Editor 4.0 features. | ||
* Add calling convention for *Windows/x86 DLL* only. | ||
|
||
### Removed | ||
|
||
* Remove bitcode binary due to suspension of *Cubism Bindings.* | ||
|
||
|
||
## 2019-04-09 | ||
|
||
### Added | ||
|
||
* Support Universal Windows Platform for Windows Store Application. | ||
|
||
|
||
## 2019-01-31 | ||
|
||
### Added | ||
|
||
* Add API to get the parent part of the specified part. | ||
* Add API to get moc3 version. | ||
|
||
|
||
## 2018-12-20 | ||
|
||
### Added | ||
|
||
* [Native] Add new function: `csmGetPartParentPartIndices`. | ||
* [Native, 3.3 Support] Support new Warp Deformer features. | ||
|
||
### Changed | ||
|
||
* Upgrade Core version to 03.03.0000 (50528256). This upgrade is following Cubism Editor 3.3 features. | ||
|
||
|
||
## 2018-08-22 | ||
|
||
### Added | ||
|
||
* [Native] Add support for Neon. | ||
|
||
|
||
## 2018-05-14 | ||
|
||
### Added | ||
|
||
* [Native] Add Windows **Visual C++ 2013** library. | ||
* [Windows] Add runtime library choice `MT`, `MD`, `MTd`, `MDd`. | ||
* [iOS] Add support for iPhone Simulator SDK. | ||
|
||
### Fixed | ||
|
||
* Fix an error occurred when linking libraries for Android `arm64-v8a`. | ||
|
||
|
||
## 2017-11-17 | ||
|
||
### Fixed | ||
|
||
* Fix processing of vertex index. | ||
|
||
|
||
## 2017-10-05 | ||
|
||
### Added | ||
|
||
* Provide bitcode for iOS. | ||
|
||
|
||
## 2017-08-09 | ||
|
||
### Added | ||
|
||
* [Native] Add Android *arm64-v8a* ABI library. | ||
|
||
### Fixed | ||
|
||
* Fix drawing order in certain scenarios. | ||
|
||
|
||
## 2017-07-12 | ||
|
||
### Added | ||
|
||
* Add experimental support for Emscripten. | ||
* Add `CHANGELOG.md`. | ||
|
||
### Fixed | ||
|
||
* Fix access violation in certain scenarios. | ||
* Fix update result in certain scenarios. | ||
|
||
|
||
## 2017-05-02 | ||
|
||
### Added | ||
|
||
* [Native] Add experimental support for Raspberry PI. | ||
* Add `README.md`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Live2D Proprietary Software License | ||
|
||
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) |
Empty file.
Oops, something went wrong.