From ebeb4e76e5976704150d88aa31cac7e7f15a3bd8 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 23 Aug 2020 15:50:38 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e44e6cad4..efd20d4b7 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ An open source Minecraft: Java Edition launcher for Android based from Boardwalk - Attempt to run Minecraft in OpenJDK, different a bit with Boardwalk 2. ## Current status -- [ ] BinaryExecutor: execute `java` binary, no `JNIInvocation` -- [ ] JVDroid OpenJDK 11 -- [ ] AWT/Swing for mod installer -- [ ] OpenGL in OpenJDK environment +- [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`. +- [ ] AWT/Swing for mod installer. Will use `Caciocavallo` project. +- [ ] OpenGL in OpenJDK environment. Use Boardwalk 2 method or other. - [ ] OpenAL 64-bit version - [ ] Input keyboard and mouse events from ART to OpenJDK environment - [ ] Support Minecraft 1.12 and below