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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
A Native Java binding for the Live2D Cubism SDK.
4
4
5
5
> **Status: Work in Progress**
6
-
> This project is currently under development. Basic model display, interaction, and remote control are implemented.
6
+
> This project is currently under development
7
7
8
8
## Features
9
9
@@ -47,7 +47,7 @@ model.draw(mvpMatrix);
47
47
-`binding/`: Java API and module definitions.
48
48
-`native/`: JNI implementation and CMake build scripts.
49
49
-`scripts/`: Python build automation for all platforms.
50
-
-`example/`: A complete Maven-based example using LWJGL 3, including a Swing control panel.
50
+
-`example/`: A complete Maven-based example using LWJGL 3
51
51
52
52
## Building
53
53
@@ -68,4 +68,4 @@ Pull Requests (PRs) are welcome! Help us implement more SDK features or improve
68
68
## License
69
69
70
70
-**Binding Code**: Distributed under the [MIT License](LICENSE).
71
-
-**Live2D Cubism SDK**: The use of the underlying SDK is governed by the [Live2D Open Software License Agreement](https://www.live2d.com/eula/live2d-open-software-license-agreement_en.html). You must agree to their terms to use the native components.
71
+
-**Live2D Cubism SDK**: The use of the underlying SDK is governed by the [Live2D Open Software License Agreement](https://www.live2d.com/eula/live2d-open-software-license-agreement_en.html). You must agree to their terms to use the native components.
0 commit comments