ImGui
ImGui copied to clipboard
Immediate Mode GUI for C#
Make sure the implementation of box-model border about `border-image-slice` and `border-image-width` does not conflict with the CSS spec. ref: * https://teamtreehouse.com/community/borderimageslice-vs-borderimagewidth * https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-slice * https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-width
Direct3D back-end support. If d3d is supported.due to imgui's zero dependency and AOT compilation,the compiled program will be very powerful. It is possible to implement a set of GUI with...
Hello When i run the DEMO on my notebook.the following error is thrown in all of them: ~~~ Exception has occurred: CLR/System.Exception “System.Exception”类型的未经处理的异常在 ImGui.dll 中发生 : 'Failed to GetAddress for...
the exception message: ~~~ Exception has occurred: CLR/System.Exception “System.Exception”类型的未经处理的异常在 ImGui.dll 中发生 : 'wglChoosePixelFormatARB failed: error -1073283066' 在 ImGui.OSImplementation.Windows.Win32OpenGLRenderer.SetRenderingWindow(IWindow window) 在 ImGui.Application.Render() 在 ImGui.Application.c__DisplayClass20_0.b__0() 在 ImGui.OSImplementation.Windows.Win32Window.MainLoop(Action guiMethod) 在 ImGui.Form.MainLoop(Action loopMethod) 在...