Skip to content

Commit 90185ef

Browse files
feat: upgrade Live2D to support Cubism 3/4/5 models with l2d-widget (#447)
Replace the legacy Cubism 2.1 runtime (l2d.js/pio.js) with l2d-widget, which auto-detects and supports Cubism 2/3/4/5 model formats (.model.json and .model3.json). Add NOIR as the new default model, remove old pio model and runtime files. Add configurable hideAboutMenu option.
1 parent 4d7ee3a commit 90185ef

65 files changed

Lines changed: 3849 additions & 2164 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ src/data/bilibili-data.json
5353

5454
# Lighthouse CI
5555
.lighthouseci/
56+
57+
# Live2D editor source files
58+
*.psd
59+
*.psd~
60+
*.cmo3
61+
*.vtube.json

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"dayjs": "^1.11.20",
4848
"hastscript": "^9.0.1",
4949
"katex": "^0.16.47",
50+
"l2d-widget": "^0.0.2",
5051
"markdown-it": "^14.1.1",
5152
"marked": "^18.0.3",
5253
"node-html-parser": "^7.1.0",

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Type": "Live2D Expression",
3+
"Parameters": [
4+
{
5+
"Id": "Param40",
6+
"Value": -1,
7+
"Blend": "Add"
8+
}
9+
]
10+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"FileMetadata": {
3+
"LastSavedVTubeStudioVersion": "1.32.3",
4+
"LastSavedPlatform": "Steam",
5+
"LastSavedDateUTC": "Saturday, 23 August 2025, 11:01:46",
6+
"LastSavedDateLocalTime": "Saturday, 23 August 2025, 19:01:46",
7+
"LastSavedDateUnixMillisecondTimestamp": "1755946906301"
8+
},
9+
"SceneName": "",
10+
"SceneGroupName": "",
11+
"SceneModel": "",
12+
"SceneID": "",
13+
"Items": []
14+
}
1.89 MB
Loading

0 commit comments

Comments
 (0)