Unofficial unsupported and unethical launcher for 2009Scape on Android. Based on Pojav/Boardwalk
Find a file
2020-12-19 15:30:44 +07:00
.github change 2020-12-14 16:50:56 +03:00
app_pojavlauncher Also remove extracting policy file 2020-12-19 15:24:26 +07:00
gradle/wrapper Update gradle-wrapper.properties 2020-08-03 13:39:00 +02:00
jre_securitymanager Update Gradle to 5.4.1 2020-12-19 15:30:44 +07:00
scripts Move dir 2020-12-19 15:01:12 +07:00
.gitignore Skeleton implementation of SecurityManager 2020-12-19 15:22:06 +07:00
build.gradle Update Gradle to 5.4.1 2020-12-19 15:30:44 +07:00
crowdin.yml Update Crowdin configuration file 2020-11-10 18:31:10 +07:00
GPLAY_PRIVACY_POLICY Create GPLAY_PRIVACY_POLICY 2020-11-29 09:02:05 +03:00
gradle.properties Migrate to AndroidX 2020-12-10 20:47:51 +03:00
gradlew add the gradlew file 2020-08-03 13:13:27 +02:00
LICENSE Create LICENSE 2020-07-28 06:25:28 +07:00
README.md fix another little mistake 2020-12-14 22:50:53 +03:00
settings.gradle Skeleton implementation of SecurityManager 2020-12-19 15:22:06 +07:00

Android CI Crowdin Discord

PojavLauncher

Navigation

Introduction

PojavLauncher is a Minecraft: Java Edition launcher for Android based on Boardwalk. This launcher can launch a variety large of Minecraft versions (from 1.6 to latest 1.17 snapshot, even Combat Test versions). Modding via Forge and Fabric are also supported.

Building

Will be moved to BUILDING.md

Java Runtime Environment (JRE)

  • JRE for Android is here, also the build script here.
  • Follow build instruction on build script README.md.
  • You can also get CI auto builds.
  • Spliting JRE and put to the launcher: coming soon.

LWJGL and GLFW

  • Coming soon

The Launcher

  • Because languages are auto added by Crowdin, so need to run language list generator before building. In this directory, run:
# On Linux, Mac OS:
chmod +x scripts/languagelist_updater.sh
bash scripts/languagelist_updater.sh

# On Windows:
scripts\languagelist_updater.bat
  • Then, build use Android Studio.

Current status

  • OpenJDK 9 Mobile port: ARM32, ARM64, x86, x86_64.
  • OpenJDK 8 Mobile port: ARM64, x86, x86_64
  • Mod installer headless
  • Mod installer with GUI. Little run on Caciocavallo project.
  • OpenGL in OpenJDK environment
  • OpenAL (work on most devices)
  • Support Minecraft 1.12.2 and below. Used lwjglx, a LWJGL2 compatibility layer for LWJGL3.
  • Support Minecraft 1.13 and above. Used GLFW stub.
  • Game surface zooming.
  • New input pipe rewritten to native code to boost performance.
  • More...

License

Contributing

Contributions are welcome! We welcome any type of contribution, not only code. Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it.

Credits & Third party components and their licenses