mtlpp icon indicating copy to clipboard operation
mtlpp copied to clipboard

[Question] Glfw support

Open Root3287 opened this issue 5 years ago • 2 comments

I was just wondering if there is GLFW support? If so is there any example code to use with glfw?

Root3287 avatar Jul 22 '19 12:07 Root3287

My understanding is that is an alternative to GLFW. Define a macro for macOS (or whatever platform you want this to run on) and then implement this as an alternative to GLFW. You might still need to implement this to your renderer system (using macros) so that your renderer code is able to be compiled with both GLFW and Metal.

ghost avatar Jan 26 '20 23:01 ghost

check this one id glfwGetCocoaWindow ( GLFWwindow *window ) 

monody1 avatar Aug 01 '20 04:08 monody1