ImGui icon indicating copy to clipboard operation
ImGui copied to clipboard

Immediate Mode GUI for C#

Results 34 ImGui issues
Sort by recently updated
recently updated
newest added

ComboBox is a common control and should be included in first alpha release. And it will be used by window rectangles inspector. Popup window issues: - [x] Popup window doesn't...

Hi, I was considering using this in a project, but it looks like the license you are using would require me also open sourcing my project. Are you considering a...

question

Hello, just discovered the project, and it looks great, good job. In my opinion it would be better to rename the project because people associate ImGui with ocornut's one, maybe...

old finished tweaks - [x] Move methods inside Form.GUI.cs to Application: `NewFrame`, `EndFrame`, `Render` and `Log`. - [x] Make all forms (including main form) update and render properly - [x]...

Earlier, this had caused issues that combo box rendering content is incorrect and buttons don't respond to input.

The basic OpenGL experimental demo based on new [dotnet/runtime/mono/wasm](https://github.com/dotnet/runtime/tree/main/src/mono/wasm) is successful at 5d208f7315e18a1db8d51bcca30e73f5af0489b3. And the next step is to fix WebGL port to run the ImGui demo on a brower.

Hello ... When testing the demos, the following error is thrown in all of them: "System.Exception: 'wglChoosePixelFormatARB failed: error 0'" inside the method "private void CreateOpenGLContext (IntPtr hwnd)" in the...

bug

https://medium.com/@calebfaith/implementing-msdf-font-in-opengl-ea09a9ab7e00

enhancement

https://github.com/zwcloud/ImGui/blob/2365ca0ec046ac086f98208b499ec908f429cfce/src/ImGui/Rendering/DrawingContextEx.cs#L257-L258 ![image](https://user-images.githubusercontent.com/6965758/99757359-2be54a80-2b2a-11eb-9011-88d362d16ed4.png) ![image](https://user-images.githubusercontent.com/6965758/99757157-c2653c00-2b29-11eb-9d0b-f255d13af809.png)

bug

- [x] Baisc info: version, FPS, vertices and index number, windows' states - [x] Window: collapsed, name, active-state, etc - [x] MeshBuffer: rendering data display - [x] `GUIContext`: internal state...