Skip to content

Commit 8dbb9e5

Browse files
committed
docs: Add planned features section to README
1 parent 8293d25 commit 8dbb9e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ A native Java binding for the [Live2D Cubism SDK](https://www.live2d.com/en/sdk/
2121
- [x] **Interaction**: Dragging support and hit detection.
2222
- [x] **Rendering**: OpenGL-based rendering and texture management.
2323

24+
## Planned Features
25+
26+
- [ ] **Lip Sync**: Audio-based mouth movement.
27+
- [ ] **Auto Blink & Breath**: Automatic eye blinking and breathing effects.
28+
- [ ] **User Data**: Handling user data events from motion files.
29+
2430
## About JNI Integration
2531

2632
JNI (Java Native Interface) is a programming framework that enables Java code to interact with native applications and libraries written in languages like C or C++. In this project:

0 commit comments

Comments
 (0)