*NEW* Current Version on STEAM: 16.026Logfile: EN, DEWebchat:Visit the chat
-L "PATH_TO_\lib-mingw" -lglfw3 -lgdi32 -lopengl32
-L "F:\Programmierung\GLBasic\GLFW_Bindings\lib-mingw" -lglfw3 -lgdi32 -lopengl32
glfwInit()LOCAL win = glfwCreateWindow(800,600,"MyWindow!")glfwMakeContextCurrent(win)WHILE NOT glfwWindowShouldClose(win) glfwSwapBuffers(win) glfwPollEvents()WENDglfwTerminate()END