ScottKane
ScottKane
### Bug type Component ### Component name MubForm ### What happened? When using fluent validation with a MudForm and binding IsValid to a field to disable the submit button until...
It would be nice if this whole process could be like a pluggable pipeline (kind of like middleware) where I can just slot in additional functionality. So initial example would...
I'm trying to use the docking branch with a Silk.NET Vulkan sample updated to .NET 6.0 (https://github.com/ScottKane/ImGuiVulkan). Using the normal ImGui.NET package everything works fine, however when I try to...
When I enable this flag I'm not able to drag windows out of my main application window. Using the ImGui demo window, this flag is disabled under Configuration->Configuration and auto...
I'm currently working with [Silk.NET](https://github.com/Ultz/Silk.NET), they have extensions to use ImGui.NET with their bindings based on your ImGuiController, I think they based it on the Tkinter version. I'm using an...
### Prerequisites * [ Y ] Are you running the latest version? * [ Y ] Are you reporting to the correct repository? * [ Y ] Did you perform...
### Motivation and Context Allow the usage of Google search equivalent to current Bing search implementation. ### Description Uses the Google.Apis.Customsearch.v1 packages to interface with the Google search API, this...
It would be awesome if we could render a prompt inside a Panel. I think having some form of border with a select prompt in it could be a fairly...
It would be really cool if we could get a port of one of the methods discussed here (https://github.com/ocornut/imgui/issues/902) for ImGui.NET. Not sure if this would be a pain if...
I am trying to strip all of the build functionality of `ShaderGen` into a source generator that can produce `SPIR-V` byte code at compile time for a `ShaderGen` shader. I...