I'm trying to get Derelict3 to work with GLFW3 on Ubuntu 12.10.
I've successfully built Derelict3 and glfw3 using DMD 2.061. Imports and links work.
But it seems the API has changed since this article was written since I (case insensitively) can't find any reference to glfwOpenWindowHint
in neither
- Derelict3 (
git://github.com/aldacron/Derelict3.git
) nor - GLFW3 (
git://github.com/elmindreda/glfw.git
)
And I can't find any other tutorials on using GLFW3.
Does anyone have an uptodate tutorial on how to use GLFW3 either in C or D?
Update: I guess the examples directory in glfw3 is a good start right?