A LWJGL based graphics engine for learning und prototyping.
Java JDK 9+ needs to be installed on your machine. An OpenGL 4 capable GPU needs to be installed as well.
Only the OpenGL rendering path is supported as of now. Vulkan is planned for the future.
The test game can be launched with:
./gradlew runThis will launch hamburg.remme.lwjgl.game.ParticleGame. It is a basic particle simulated physics game.