Mitchell Davis

Results 2 issues of Mitchell Davis

Provide the option to use the GLFW library as the frontend interface. It is an open source, multi-platform library that supports OpenGL, OpenGL ES, and Vulkan. [Website](https://www.glfw.org/)

The minimize button on the window's title bar is always visible even if ```Window::CanMinimize``` is set to false. Hiding this button is implemented on Windows and Mac platforms. This may...