Closed jfcameron closed 5 years ago
Window (as it stands) is much more than a native window manager/GL context manager. It is a cpp RAII wrapper of a GLFWWindow *.. so move it to a GLFW utility or wrapper project.
Window (and opengl wrangling) was moved to an external project sometime around 67a226a8a837234db268789129061eb5ac451b3c
Window (as it stands) is much more than a native window manager/GL context manager. It is a cpp RAII wrapper of a GLFWWindow *.. so move it to a GLFW utility or wrapper project.