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

Latest commit

 

History

History
21 lines (15 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 782 Bytes

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.