ktsu.ImGuiApp 1.0.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ktsu.ImGuiApp --version 1.0.2                
NuGet\Install-Package ktsu.ImGuiApp -Version 1.0.2                
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.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.ImGuiApp --version 1.0.2                
#r "nuget: ktsu.ImGuiApp, 1.0.2"                
#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.2

// Install ktsu.ImGuiApp as a Cake Tool
#tool nuget:?package=ktsu.ImGuiApp&version=1.0.2                

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 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 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.0 399 1/5/2025
1.0.12 182 12/28/2024
1.0.12-pre.11 63 1/4/2025
1.0.12-pre.10 63 1/3/2025
1.0.12-pre.9 48 1/3/2025
1.0.12-pre.8 52 1/3/2025
1.0.12-pre.7 54 1/3/2025
1.0.12-pre.6 53 1/1/2025
1.0.12-pre.5 71 12/31/2024
1.0.12-pre.4 49 12/29/2024
1.0.12-pre.3 46 12/28/2024
1.0.12-pre.2 47 12/27/2024
1.0.12-pre.1 43 12/27/2024
1.0.11-pre.1 43 12/27/2024
1.0.10-pre.1 47 12/27/2024
1.0.9 125 12/26/2024
1.0.8 114 12/26/2024
1.0.7 111 12/25/2024
1.0.6 138 12/24/2024
1.0.5 113 12/23/2024
1.0.4 85 12/23/2024
1.0.3 251 12/19/2024
1.0.2 151 12/17/2024
1.0.1 167 12/13/2024
1.0.0 191 12/9/2024
1.0.0-alpha.76 98 12/7/2024
1.0.0-alpha.75 69 12/6/2024
1.0.0-alpha.74 96 12/5/2024
1.0.0-alpha.73 167 12/2/2024
1.0.0-alpha.72 58 12/2/2024
1.0.0-alpha.71 76 12/1/2024
1.0.0-alpha.70 78 11/30/2024
1.0.0-alpha.69 71 11/29/2024
1.0.0-alpha.68 83 11/28/2024
1.0.0-alpha.67 107 11/26/2024
1.0.0-alpha.66 155 11/21/2024
1.0.0-alpha.65 103 11/20/2024
1.0.0-alpha.64 120 11/17/2024
1.0.0-alpha.63 58 11/15/2024
1.0.0-alpha.62 81 11/14/2024
1.0.0-alpha.61 91 11/13/2024
1.0.0-alpha.60 147 11/7/2024
1.0.0-alpha.59 55 11/7/2024
1.0.0-alpha.58 74 11/6/2024
1.0.0-alpha.57 102 11/5/2024
1.0.0-alpha.56 208 11/2/2024
1.0.0-alpha.55 64 11/1/2024
1.0.0-alpha.54 342 10/18/2024
1.0.0-alpha.53 311 10/9/2024
1.0.0-alpha.52 97 10/8/2024
1.0.0-alpha.51 124 10/5/2024
1.0.0-alpha.50 78 10/4/2024
1.0.0-alpha.49 256 9/25/2024
1.0.0-alpha.48 92 9/24/2024
1.0.0-alpha.47 110 9/21/2024
1.0.0-alpha.46 99 9/19/2024
1.0.0-alpha.45 57 9/19/2024
1.0.0-alpha.44 84 9/19/2024
1.0.0-alpha.43 46 9/19/2024
1.0.0-alpha.42 92 9/19/2024
1.0.0-alpha.41 100 9/18/2024
1.0.0-alpha.40 60 9/18/2024
1.0.0-alpha.39 80 9/18/2024
1.0.0-alpha.38 72 9/18/2024
1.0.0-alpha.37 108 9/18/2024
1.0.0-alpha.36 213 9/14/2024