There is a 3D Game Engine Tutorial on Youtube by Thebennybox. (Edited: Thanks to Drenius for the correct name of the Youtuber)
engine download links here :
When I downloaded the engine and tried to run it on eclipse I got this error
Exception in thread "main" java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
at org.lwjgl.opengl.GL20.glCreateProgram(GL20.java:255)
at com.base.engine.rendering.resourceManagement.ShaderResource.<init>(ShaderResource.java:19)
at com.base.engine.rendering.Shader.<init>(Shader.java:42)
at com.base.engine.rendering.RenderingEngine.<init>(RenderingEngine.java:36)
at com.base.engine.core.CoreEngine.createWindow(CoreEngine.java:29)
at com.base.game.Main.main(Main.java:10)
I checked everywhere and I cant find a single answer. I tried to contact the Youtuber but he has not replied.
I need help ASAP, please.