mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown

|
|
# PojavLauncher
|
|
A Minecraft: Java Edition launcher for Android based from Boardwalk. This branch is intended to support 1.13+
|
|
|
|
## This branch?
|
|
- Attempt to run Minecraft in OpenJDK, different a bit with Boardwalk 2.
|
|
|
|
## Current status
|
|
- [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] OpenJDK 9 Mobile port
|
|
- [ ] AWT/Swing for mod installer.Will try own graphics environment~~use `Caciocavallo` project~~.
|
|
- [x] OpenGL in OpenJDK environment. Used Boardwalk 2 method.
|
|
- [ ] OpenAL 64-bit version
|
|
- [ ] Input keyboard and mouse events from ART to OpenJDK environment
|
|
- [ ] Support Minecraft 1.12 and below. Used GLFW stub.
|
|
- [x] Support Minecraft 1.13 and above. Will make a wrapper LWJGL2 to 3.
|
|
- [ ] More...
|
|
|
|
## Licenses
|
|
- PojavLauncher is licensed under GPLv3.
|
|
|