mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 14:16:58 -04:00
Update current status
This commit is contained in:
parent
b9a016e4d3
commit
66c2da95d6
@ -9,12 +9,12 @@ A Minecraft: Java Edition launcher for Android based from Boardwalk. Support up-
|
|||||||
- [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~
|
- [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~
|
||||||
- [x] **Temporary removed** ~~JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, no error `can't lock mutex`, but now exit with none output.~~
|
- [x] **Temporary removed** ~~JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, no error `can't lock mutex`, but now exit with none output.~~
|
||||||
- [x] OpenJDK 9 Mobile port
|
- [x] OpenJDK 9 Mobile port
|
||||||
- [ ] AWT/Swing for mod installer. Will use `Caciocavallo` project.
|
- [ ] AWT/Swing for mod installer.Will try own graphics environment~~use `Caciocavallo` project~~.
|
||||||
- [ ] OpenGL in OpenJDK environment. Use Boardwalk 2 method or other.
|
- [x] OpenGL in OpenJDK environment. Used Boardwalk 2 method.
|
||||||
- [ ] OpenAL 64-bit version
|
- [ ] OpenAL 64-bit version
|
||||||
- [ ] Input keyboard and mouse events from ART to OpenJDK environment
|
- [ ] Input keyboard and mouse events from ART to OpenJDK environment
|
||||||
- [ ] Support Minecraft 1.12 and below
|
- [ ] Support Minecraft 1.12 and below. Used GLFW stub.
|
||||||
- [ ] Support Minecraft 1.13 and above
|
- [x] Support Minecraft 1.13 and above. Will make a wrapper LWJGL2 to 3.
|
||||||
- [ ] More...
|
- [ ] More...
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
@ -2,9 +2,10 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
# Link GLESv2 for test
|
# Link GLESv2 for test
|
||||||
LOCAL_LDLIBS := -ldl -llog -landroid -lEGL -lGLESv2
|
LOCAL_LDLIBS := -ldl -llog -landroid -lEGL
|
||||||
|
# -lGLESv2
|
||||||
LOCAL_MODULE := pojavexec
|
LOCAL_MODULE := pojavexec
|
||||||
LOCAL_CFLAGS += -DGLES_TEST
|
# LOCAL_CFLAGS += -DGLES_TEST
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
egl_bridge.c \
|
egl_bridge.c \
|
||||||
jre_launcher.c \
|
jre_launcher.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user