Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - emue

Pages: [1]
1
I still intend to do this, but due to lack of time and motivation (right now) I don't have a fixed time plan.

2
tested on voidlinux-ppc, multimc from repos, openjdk 8 or 11, default 4kB page kernel, getting >60fps easily regardless of the resolution (rx 5700 xt), works out of box.

After your comment on IRC about page size, I double checked - jemalloc configured for 64k pages indeed appears to work on a 4k kernel. Thanks for pointing that out! Seems I only actually tested the reverse combination, which in fact just errors out.

Unless anyone objects, I will drop the 4k page build and will later try to merge the 64k CI config.

3
Minecraft is the rare example of a commercial game that can be made to run on OpenPOWER machines. Of course this is all completely unsupported. I can report success on version 1.15.2 of the Minecraft Java Edition. I'm targeting Linux ppc64le. As this is a commercial product, a Mojang account with a valid license is required.

The actual game, being written in Java, is relatively portable already. Luckily, the platform specific part, which is the LWJGL3 framework, is open source. No changes to the actual source code appear to required, but the build system, which is distributed among several repositories, needs some work.

Another issue is the game's launcher, which is a native binary only provided for x86 platforms. With its job being mainly to download game assets, manage accounts and start a Java instance, open source alternatives exist. I'll be using the MultiMC launcher, since this is relatively easy to use and can be built on Linux ppc64le.

Quick start
As a preview of the game in a working state, you can follow the following guide. This will download prebuilt binaries from a third party (me) as well as Mojang. It is a good idea to only run binaries from sources you trust.

The following will only work on Linux ppc64le. Both 4k and 64k kernel page sizes are supported. Java is also required. I used OpenJDK 11 on openSUSE 15.1 LEAP. Recent Tumbleweed should also work.


TODO/Caveats
Required changes to LWJGL are on my GitHub: https://github.com/EMue
Previous discussion is here: https://github.com/LWJGL/lwjgl3/issues/495

The following still needs to addressed:
  • Attempt to merge LWJGL changes to upstream in order to provide official binaries and to simplify the build.
  • Minecraft provides native binaries for text-to-speech on x86. I'm not certain where in the game this is used, but this feature will likely not work on other platforms.
  • I don't expect any official support for this from Mojang/Microsoft. If anyone would like to try to convince them to pick it up, please feel free.
  • The jemalloc library bundled with JWJGL is built with a fixed page size parameter and will only work on a compatible kernel. This requirement seems overkill for a game, and necessitates two separate LWJGL builds. Quite likely a more elegant solution is possible.

Pages: [1]