Update README.md

This commit is contained in:
Tran Khanh Duy 2020-08-24 06:34:51 +07:00 committed by GitHub
parent 3acd6a0a54
commit ee7c39fd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ An open source Minecraft: Java Edition launcher for Android based from Boardwalk
- Attempt to run Minecraft in OpenJDK, different a bit with Boardwalk 2. - Attempt to run Minecraft in OpenJDK, different a bit with Boardwalk 2.
## Current status ## Current status
- [x] BinaryExecutor~~: execute `java` binary, no `JNIInvocation`~~ - [x] BinaryExecutor ~~: execute `java` binary, no `JNIInvocation`~~
- [x] JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, but error `can't lock mutex`. - [x] JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, but error `can't lock mutex`.
- [ ] AWT/Swing for mod installer. Will use `Caciocavallo` project. - [ ] AWT/Swing for mod installer. Will use `Caciocavallo` project.
- [ ] OpenGL in OpenJDK environment. Use Boardwalk 2 method or other. - [ ] OpenGL in OpenJDK environment. Use Boardwalk 2 method or other.