ktsu.ImGuiApp
1.0.12
Prefix Reserved
dotnet add package ktsu.ImGuiApp --version 1.0.12
NuGet\Install-Package ktsu.ImGuiApp -Version 1.0.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ktsu.ImGuiApp" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.ImGuiApp --version 1.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ktsu.ImGuiApp, 1.0.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ktsu.ImGuiApp as a Cake Addin #addin nuget:?package=ktsu.ImGuiApp&version=1.0.12 // Install ktsu.ImGuiApp as a Cake Tool #tool nuget:?package=ktsu.ImGuiApp&version=1.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ImGuiApp
A bootstrap library to give you an environment to build an ImGUI.NET application with.
Minimal Example
namespace ktsu.ImGuiAppDemo;
using ImGuiNET;
using ktsu.ImGuiApp;
internal class ImGuiAppDemo
{
private static bool showImGuiDemo;
private static void Main() =>
ImGuiApp.Start(nameof(ImGuiAppDemo), new(), OnStart, OnTick, OnMenu, OnWindowResized);
private static void OnStart() => {}
private static void OnTick(float dt)
{
ImGui.ShowDemoWindow(ref showImGuiDemo);
ImGui.Begin("Demo");
ImGui.Text("Hello, ImGui.NET!");
ImGui.Text("This is a demo of ImGui.NET.");
ImGui.End();
}
private static void OnMenu() => {}
private static void OnWindowResized() => {}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ImGui.NET (>= 1.91.0.1)
- ktsu.ScopedAction (>= 1.0.14)
- ktsu.StrongPaths (>= 1.1.49)
- Silk.NET (>= 2.22.0)
- Silk.NET.Assimp (>= 2.22.0)
- Silk.NET.Direct3D12 (>= 2.22.0)
- Silk.NET.Input.Extensions (>= 2.22.0)
- Silk.NET.Input.Sdl (>= 2.22.0)
- Silk.NET.OpenGLES (>= 2.22.0)
- Silk.NET.OpenXR (>= 2.22.0)
- Silk.NET.Windowing.Sdl (>= 2.22.0)
- SixLabors.ImageSharp (>= 3.1.6)
- System.Text.Json (>= 9.0.0)
-
net9.0
- ImGui.NET (>= 1.91.0.1)
- ktsu.ScopedAction (>= 1.0.14)
- ktsu.StrongPaths (>= 1.1.49)
- Silk.NET (>= 2.22.0)
- Silk.NET.Assimp (>= 2.22.0)
- Silk.NET.Direct3D12 (>= 2.22.0)
- Silk.NET.Input.Extensions (>= 2.22.0)
- Silk.NET.Input.Sdl (>= 2.22.0)
- Silk.NET.OpenGLES (>= 2.22.0)
- Silk.NET.OpenXR (>= 2.22.0)
- Silk.NET.Windowing.Sdl (>= 2.22.0)
- SixLabors.ImageSharp (>= 3.1.6)
- System.Text.Json (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.12 | 156 | 12/28/2024 |
1.0.12-pre.11 | 0 | 1/4/2025 |
1.0.12-pre.10 | 36 | 1/3/2025 |
1.0.12-pre.9 | 33 | 1/3/2025 |
1.0.12-pre.8 | 37 | 1/3/2025 |
1.0.12-pre.7 | 40 | 1/3/2025 |
1.0.12-pre.6 | 40 | 1/1/2025 |
1.0.12-pre.5 | 43 | 12/31/2024 |
1.0.12-pre.4 | 43 | 12/29/2024 |
1.0.12-pre.3 | 40 | 12/28/2024 |
1.0.12-pre.2 | 41 | 12/27/2024 |
1.0.12-pre.1 | 37 | 12/27/2024 |
1.0.11-pre.1 | 37 | 12/27/2024 |
1.0.10-pre.1 | 41 | 12/27/2024 |
1.0.9 | 119 | 12/26/2024 |
1.0.8 | 107 | 12/26/2024 |
1.0.7 | 105 | 12/25/2024 |
1.0.6 | 132 | 12/24/2024 |
1.0.5 | 107 | 12/23/2024 |
1.0.4 | 77 | 12/23/2024 |
1.0.3 | 230 | 12/19/2024 |
1.0.2 | 145 | 12/17/2024 |
1.0.1 | 161 | 12/13/2024 |
1.0.0 | 187 | 12/9/2024 |
1.0.0-alpha.76 | 94 | 12/7/2024 |
1.0.0-alpha.75 | 65 | 12/6/2024 |
1.0.0-alpha.74 | 91 | 12/5/2024 |
1.0.0-alpha.73 | 163 | 12/2/2024 |
1.0.0-alpha.72 | 53 | 12/2/2024 |
1.0.0-alpha.71 | 70 | 12/1/2024 |
1.0.0-alpha.70 | 74 | 11/30/2024 |
1.0.0-alpha.69 | 67 | 11/29/2024 |
1.0.0-alpha.68 | 78 | 11/28/2024 |
1.0.0-alpha.67 | 101 | 11/26/2024 |
1.0.0-alpha.66 | 150 | 11/21/2024 |
1.0.0-alpha.65 | 98 | 11/20/2024 |
1.0.0-alpha.64 | 114 | 11/17/2024 |
1.0.0-alpha.63 | 52 | 11/15/2024 |
1.0.0-alpha.62 | 74 | 11/14/2024 |
1.0.0-alpha.61 | 83 | 11/13/2024 |
1.0.0-alpha.60 | 143 | 11/7/2024 |
1.0.0-alpha.59 | 50 | 11/7/2024 |
1.0.0-alpha.58 | 70 | 11/6/2024 |
1.0.0-alpha.57 | 97 | 11/5/2024 |
1.0.0-alpha.56 | 202 | 11/2/2024 |
1.0.0-alpha.55 | 58 | 11/1/2024 |
1.0.0-alpha.54 | 340 | 10/18/2024 |
1.0.0-alpha.53 | 307 | 10/9/2024 |
1.0.0-alpha.52 | 93 | 10/8/2024 |
1.0.0-alpha.51 | 120 | 10/5/2024 |
1.0.0-alpha.50 | 74 | 10/4/2024 |
1.0.0-alpha.49 | 248 | 9/25/2024 |
1.0.0-alpha.48 | 88 | 9/24/2024 |
1.0.0-alpha.47 | 104 | 9/21/2024 |
1.0.0-alpha.46 | 97 | 9/19/2024 |
1.0.0-alpha.45 | 55 | 9/19/2024 |
1.0.0-alpha.44 | 82 | 9/19/2024 |
1.0.0-alpha.43 | 44 | 9/19/2024 |
1.0.0-alpha.42 | 90 | 9/19/2024 |
1.0.0-alpha.41 | 98 | 9/18/2024 |
1.0.0-alpha.40 | 56 | 9/18/2024 |
1.0.0-alpha.39 | 78 | 9/18/2024 |
1.0.0-alpha.38 | 68 | 9/18/2024 |
1.0.0-alpha.37 | 106 | 9/18/2024 |
1.0.0-alpha.36 | 207 | 9/14/2024 |
##