ImGui.NET_OpenTK_Sample icon indicating copy to clipboard operation
ImGui.NET_OpenTK_Sample copied to clipboard

A sample project showing an ImGui (using ImGui.NET) renderer for OpenTK in C#

Results 8 ImGui.NET_OpenTK_Sample issues
Sort by recently updated
recently updated
newest added

ImGui.NET does not have the buttons in the ImGuiMouseButton enum but they are supported by Dear ImGui. How to use : `(ImGuiMouseButton)3 // Back` `(ImGuiMouseButton)4 // Front`

Hi, i am using your library for a SteamVR overlay and had trouble syncing the left mouse click from VR to the ImGui controller. After a very long troubleshooting i...

Does anybody know how to get the imgui viewports working with openTK 4 or 3.3

as in the description, when clicking on the boxes they seem to disappear. or flicker. or both. or the text goes blurry. theres no way of telling what is actually...

The dll exception is thrown because VS on build is copying the wrong cimgui.dll version. If target architecture is set to x64 VS on build still copies the x86 version...

documentation

made small modification to load into VSCode on linux and execute.

if I try to run your code on Windows, everything works, but on Mac OS there's something wrong with position or scale (or both of them). As you can see...

bug

I Based most of this ImGui Opentk Implementation example of the provided Velrdid example in the ImguiNet repo