Skip to content

Commit 8293d25

Browse files
committed
docs: Simplify implemented features list in README
1 parent 8636d41 commit 8293d25

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ A native Java binding for the [Live2D Cubism SDK](https://www.live2d.com/en/sdk/
1414

1515
## Implemented Features
1616

17-
- [x] **Model Loading**: Support for loading `.moc3` model files.
18-
- [x] **Expression System**: Load and switch between multiple expressions.
19-
- [x] **Motion System**: Play motions with priority control, looping, and completion callbacks.
20-
- [x] **Physics System**: Realistic movement for hair, clothing, etc., via `.physics3.json`.
21-
- [x] **Pose System**: Support for part switching and visibility control.
22-
- [x] **Parameter Control**: Manually set and get parameter values (e.g., AngleX, EyeOpen).
23-
- [x] **Interaction**: Mouse/cursor dragging support and hit detection for specific areas.
24-
- [x] **Rendering**: OpenGL-based rendering with easy texture registration.
25-
- [x] **Auto Loader**: Automatic extraction and loading of platform-specific native libraries from JARs.
17+
- [x] **Model Loading**: Support for `.moc3`, physics, and pose loading.
18+
- [x] **Expression System**: Load and switch model expressions.
19+
- [x] **Motion System**: Playback with priority control and callbacks.
20+
- [x] **Parameter Control**: Manually set or get model parameter values.
21+
- [x] **Interaction**: Dragging support and hit detection.
22+
- [x] **Rendering**: OpenGL-based rendering and texture management.
2623

2724
## About JNI Integration
2825

0 commit comments

Comments
 (0)