29

Github GitHub - PojavLauncherTeam/PojavLauncher_iOS: Minecraft: Java Edition lau...

 3 years ago
source link: https://github.com/PojavLauncherTeam/PojavLauncher_iOS
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

PojavLauncher_iOS

Minecraft: Java Edition launcher for iOS, based on PojavLauncher Android.

This launcher is now available at Procursus repository, thanks to @Diatrus!

Navigation

Introduction

  • This is an attempt to get Minecraft Java run on a jailbroken iOS.
  • Minimum requirements: device running iOS 12 or newer.

Building

Requirements:

  • Mac OS X (tested: 10.15)
  • Xcode (tested: 11.7.0)
  • Minimum iOS SDK: 13.4.
  • JDK 8 installed
  • gradle to build Java part.
  • cmake, wget, ldid, dpkg and fakeroot to package. Run in this directory
# Only run if you haven't installed JDK 8
brew install adoptopenjdk8

# Install required packages
brew install cmake wget ldid dpkg fakeroot gradle

# Give exec perm
chmod 755 *.sh

# Build natives part
./build_natives.sh

# Build java part
./build_javaapp.sh

# Sign with entitlements and package
./build_package.sh

How can it work?

  • Use OpenJDK 16 from Procursus to get real Java environment.
  • Use MetalANGLE for OpenGL ES -> Metal translator.
  • Use GL4ES for OpenGL -> OpenGL ES translator.
  • Use our LWJGL3 iOS port.
  • Use same launch method as PojavLauncher Android.

Current status

  • Java Runtime Environment: OpenJDK 16.
  • LWJGL3 iOS port: works
  • OpenGL: GL4ES
  • Did Minecraft recognize OpenGL?
  • OpenAL: use @kcat's openal-soft
  • Input pipe implementation
  • Account authentication (partial).
  • Does it work? Partial.
  • Currently, only Minecraft 1.6.1+ tested to fully works.
  • Forge (1.16.?+), Fabric and OptiFine works well.

Known issues

  • (Some versions) Camera position will be jumped to random location on first time touch.
  • It might crash sometimes, but try launch again until you get it works.

Installing OpenJDK 16

For Chimera/Odyssey/Taurine jailbreak

  • Add Procursus repository (https://apt.procurs.us) (usually Sileo package manager already come with Procursus repo).
  • Find and install openjdk-jre.

For other jailbreak bootstrap

  • Download openjdk-16-jre.deb.
  • Install and open Filza File manager.
  • Go to where the .deb file downloaded.
  • Open it and press Install.
  • If everything fine, it will ends up with Setting up ....

Directory locations

  • Account json directory: /var/mobile/Documents/.pojavlauncher/accounts.
  • Minecraft home directory: /var/mobile/Documents/minecraft.
  • You can also customize JVM Arguments in overrideargs.txt on minecraft directory.

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK