Questions tagged as 'lwjgl'

1
answer

What formula is used to calculate FPS in a game?

I'm creating a game in java using lwjgl3, I've seen many algorithms but they're all different from each other. So simplifying my code would be like this: start(); while(running){ update(); render(); } exit(); What formula could...
asked by 02.01.2017 / 20:14
0
answers

If the project name is not "secsu"

Hello, today I created a project to test with the name "secsu" and it works perfectly, but when I try to change the name ( Refactor & Rename ) it simply means the error. Code: package secsu; import org.lwjgl.Version; import org.lwjgl.glfw...
asked by 19.01.2016 / 17:49
1
answer

Problems importing with LWJGL [closed]

Hello, I followed in the footsteps of video , and got the example of official website . Attempting to import says the method is undefined :     
asked by 18.01.2016 / 19:45
1
answer

Error compiling LWJGL

When you try to compile a LWJGL code, you gave the following error:     
asked by 18.01.2016 / 23:24