Hi guys. Iam newbie programmer and iam starting with GLFW. Is there any way, to create GLFW window from wxwidgets window? Iam looking for similiar command as SDL_CreateWindowFrom from SDL library. I was loking for a answer long time, but i havent found a answer yet. I want to create game using opengl and glfw with wxwidgets GUI. Can anybody help me out please? Thank you very much.
Hi @joejack77,
Welcome to the GLFW forum.
There is a feature request for Creating GLFW window objects with existing native handles.
An alternative to using wxwidgets would be to use a window API which runs on top of OpenGL such as Dear ImGui.