You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Sample/src/main/assets/Mao
53
53
Sample/src/main/assets/Mark
54
54
Sample/src/main/assets/Natori
55
55
Sample/src/main/assets/Rice
56
+
Sample/src/main/assets/Wanko
56
57
```
57
58
58
59
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.
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,22 @@
4
4
5
5
# Cubism Java Samples
6
6
7
-
This is a sample implementation of an application that displays models output by the Live2D Cubism 4 Editor.
7
+
This is a sample implementation of an application that displays models output by the Live2D Cubism Editor.
8
8
9
9
It is used in conjunction with Cubism Java Framework and Live2D Cubism Core Java.
10
10
11
11
## License
12
12
13
13
Please check the [license](LICENSE.md) before using this SDK.
14
14
15
+
16
+
## Compatibility with Cubism 5 new features and previous Cubism SDK versions
17
+
18
+
This SDK is compatible with Cubism 5.
19
+
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/).
20
+
For compatibility with previous versions of Cubism SDK, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/compatibility-with-cubism-5/).
21
+
22
+
15
23
## Directory structure
16
24
17
25
```
@@ -59,10 +67,9 @@ Please refer to [CHANGELOG.md](CHANGELOG.md) for the changelog of this repositor
59
67
60
68
| Development Tools | Version |
61
69
|-------------------|--|
62
-
| Android Studio | Flamingo 2022.2.1 Patch 1 |
63
-
| IntelliJ IDEA | 2023.1.1 |
70
+
| Android Studio | Giraffe 2022.3.1 |
64
71
| CMake | 3.1.0 |
65
-
| Gradle |6.9|
72
+
| Gradle |8.1.1|
66
73
67
74
### Android
68
75
@@ -76,7 +83,7 @@ Please refer to [CHANGELOG.md](CHANGELOG.md) for the changelog of this repositor
76
83
77
84
### Java
78
85
79
-
This sample application runs with **Java SE 6** or higher Java versions.
86
+
This sample application runs with **Java SE 7** or higher Java versions.
80
87
81
88
### Android
82
89
@@ -86,7 +93,7 @@ This sample application runs with **Java SE 6** or higher Java versions.
86
93
| 7.1.1 | Nexus 9 | ✔︎ |
87
94
| 4.1 | Pixel 5 ||
88
95
89
-
This sample application runs with **Android API 16** or higher Android versions.
96
+
This sample application runs with **Android API 21** or higher Android versions.
0 commit comments