All this tool does is essentially just rename 2 packages from org.lwjgl
to org.lwjgl3
.
This is only useful if you for some reason need to use some features of LWJGL3 in LWJGL2, such as NanoVG or TinyFD.
- Close the repository
- Open TestMain.kt
- Select what LWJGL3 modules you would like to include in the patched JAR
- Run the
main
function
As to what modules are available, check the LWJGL3 page.