ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.83k stars 298 forks source link

Can i attach ImGUI to GLFW window? #171

Open ghost opened 4 years ago

ghost commented 4 years ago

I wanna know is there is a way to attach ImGUI window to existing GLFW.Net window?

stephen-wood83 commented 3 years ago

I'm hoping to achieve the same thing, has anyone managed this?

BJDubb commented 3 years ago

@stephen-wood83 I have been able to get it done using OpenTK.NET. Its a great GLFW / OpenGL library and I highly recommend it. There is even an ImGui Controller example made for OpenTK / OpenGL here.

Good luck!