0
I guess it didn’t work out 'cause there were a few missing import static
.
Try adding this snippet at the beginning of the file Main.java
:
import static org.lwjgl.glfw.GLFW.*;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.system.MemoryUtil.*;
It worked, thank you.
– Lucas Caresia