![]() |
VOOZH | about |
dotnet add package ktsu.io.ImGuiApp --version 1.0.0-alpha.34
NuGet\Install-Package ktsu.io.ImGuiApp -Version 1.0.0-alpha.34
<PackageReference Include="ktsu.io.ImGuiApp" Version="1.0.0-alpha.34" />
<PackageVersion Include="ktsu.io.ImGuiApp" Version="1.0.0-alpha.34" />Directory.Packages.props
<PackageReference Include="ktsu.io.ImGuiApp" />Project file
paket add ktsu.io.ImGuiApp --version 1.0.0-alpha.34
#r "nuget: ktsu.io.ImGuiApp, 1.0.0-alpha.34"
#:package ktsu.io.ImGuiApp@1.0.0-alpha.34
#addin nuget:?package=ktsu.io.ImGuiApp&version=1.0.0-alpha.34&prereleaseInstall as a Cake Addin
#tool nuget:?package=ktsu.io.ImGuiApp&version=1.0.0-alpha.34&prereleaseInstall as a Cake Tool
A bootstrap library to give you an environment to build an ImGUI.NET application with.
namespace ktsu.io.ImGuiAppDemo;
using ImGuiNET;
using ktsu.io.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 | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.0-alpha.34 | 1,034 | 9/13/2024 | 1.0.0-alpha.34 is deprecated because it is no longer maintained. |
| 1.0.0-alpha.33 | 239 | 9/11/2024 | |
| 1.0.0-alpha.32 | 241 | 9/5/2024 | |
| 1.0.0-alpha.31 | 158 | 9/4/2024 | |
| 1.0.0-alpha.30 | 147 | 9/3/2024 | |
| 1.0.0-alpha.29 | 120 | 9/3/2024 | |
| 1.0.0-alpha.28 | 134 | 9/3/2024 | |
| 1.0.0-alpha.27 | 132 | 9/3/2024 | |
| 1.0.0-alpha.22 | 178 | 8/29/2024 | |
| 1.0.0-alpha.20 | 176 | 8/27/2024 | |
| 1.0.0-alpha.18 | 114 | 8/27/2024 | |
| 1.0.0-alpha.17 | 147 | 8/26/2024 | |
| 1.0.0-alpha.16 | 212 | 8/23/2024 | |
| 1.0.0-alpha.15 | 1,165 | 4/6/2024 | |
| 1.0.0-alpha.14 | 185 | 3/28/2024 | |
| 1.0.0-alpha.13 | 138 | 3/28/2024 | |
| 1.0.0-alpha.12 | 153 | 3/27/2024 | |
| 1.0.0-alpha.11 | 137 | 3/27/2024 | |
| 1.0.0-alpha.10 | 245 | 2/29/2024 | |
| 1.0.0-alpha.9 | 171 | 2/28/2024 |