LibGDX-FX
LibGDX-FX copied to clipboard
JavaFX backend for LibGDX
Hi there, I'm trying to make this work in IntelliJ Idea. I have imported the project from Eclipse but couldn't build it. I have added org.lwjgl.lwjgl-3.2.0.jar and org.lwjgl.opengl-3.2.0.jar to the...
Last commit was 4 years ago but I hope someone knows what's wrong. I get this stacktrace every single time when running an LwjglFxApplication. (I tried the example code, still...
First of all thanks for publishing this! It really worked out of the box, but there seem to be a few bugs and unfortunately I have no clue how to...
In LwjglToJavaFX there is this code: ``` if (caps.GL_ARB_debug_output) glDebugMessageCallbackARB(new ARBDebugOutputCallback()); ``` Every frame it outputs the following on the console: > [LWJGL] ARB_debug_output message > ID: 131154 > Source:...