Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

A dummy implementation of LWJGL3 GLFW in java to run Minecraft 1.13+ and LWJGLX in PojavLauncher v3

Notifications You must be signed in to change notification settings

PojavLauncherTeam/lwjgl3-glfw-java

Repository files navigation

Warning: this repository is outdated, the latest source code is currently available at PojavLauncher repo, jre_lwjgl3glfw directory.

lwjgl3-glfw-java

LWJGL3 GLFW stub java code for Android

About this project

  • This project stub and implement GLFW commands to enough run Minecraft 1.13+

Some required properties

  • glfwstub.windowWidth: set width for window.
  • glfwstub.windowHeight: set height for window.
  • glfwstub.initEgl: Will initialize EGL or not, that get following properties:
  • glfwstub.eglContext
  • glfwstub.eglDisplay
  • glfwstub.eglSurfaceRead
  • glfwstub.eglSurfaceDraw

Optional properties

  • glfwstub.debugInput: enable or disable input logging.

About

A dummy implementation of LWJGL3 GLFW in java to run Minecraft 1.13+ and LWJGLX in PojavLauncher v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published