Hello, I followed in the footsteps of video , and got the example of official website .
Hello, I followed in the footsteps of video , and got the example of official website .
I think it did not work because some import static
was missing.
Try adding this excerpt to the beginning of the Main.java
file:
import static org.lwjgl.glfw.GLFW.*;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.system.MemoryUtil.*;