Tue Ton
Tue Ton
Conversion to Gradle build tool, replacing Moxie. As this is a big pull request, it is recommended that this should be accepted into a branch so that it doesn't disrupt...
A graphical SWT application showing the demo classes in a tree structure, and to launch the demos in separate processes. To build: ``` mvnw package -Dclass=DemoLauncher ``` Then run the...
This PR is recommended to be merged to its own branch, rather than to the main branch, as the code is designed to compile against the official LWJGL 3.2.3 release,...
so that the LWJGL's build number is shown properly in debug output of the shaded uber jar. This would fix the following debug output which displays the LWJGL's build number...
Can we have some tags matching the demos to be compatible with the LWJGL3 release? Keeping the demos working with the latest and greatest features of LWJGL3 *snapshot* is great,...
I've got an Arm64 machine running Windows 11 natively (Windows on Arm64). I've installed the OpenJDK for Windows on Arm64 from [Microsoft](https://docs.microsoft.com/en-us/java/openjdk/download), so Java is available natively on the machine...
I've got an Arm64 machine running Windows 11 natively (Windows on Arm64). I've installed the OpenJDK for Windows on Arm64 from [Microsoft](https://docs.microsoft.com/en-us/java/openjdk/download), so Java is available natively on the machine...
Add new `TargetPlatform` property, to control the specific platform for the GE installer (.msi) package. Currently the GE installer package is hard-coded to be built for the `x86` platform, with...
- build script uses JDK 11+ to compile the code with JavaFX 11+ - RubikFX.java code updated to work with JavaFX dialogs, making the controlsfx library redundant, and thus the...
Update: now that adding support for Windows on Arm64 is under way for various Eclipse repositories, here's the central TODO list to keep track of various tasks done and/or under...