Can I put a GLFW GL Context in a WPF Windows application?

I’m using GLFW for creating a window. Is there a way to put that same GLFW GL context in a Windows WPF application or any other official Windows application?

Did some research and the best I’ve found was this link. I haven’t tried it yet, but apparently it shows you how to create a GL context for a Winforms application (not using GLFW). It’s at least something so I might go with this. My ideal solution was to some how put the already created glfw window in a WPF or winform application, but oh well.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.