ktsu.io.ImGuiApp
1.0.0-alpha.34
Prefix Reserved
Suggested Alternatives
This is a prerelease version of ktsu.io.ImGuiApp.
dotnet add package ktsu.io.ImGuiApp --version 1.0.0-alpha.34
NuGet\Install-Package ktsu.io.ImGuiApp -Version 1.0.0-alpha.34
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.io.ImGuiApp" Version="1.0.0-alpha.34" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ktsu.io.ImGuiApp" Version="1.0.0-alpha.34" />
<PackageReference Include="ktsu.io.ImGuiApp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ktsu.io.ImGuiApp --version 1.0.0-alpha.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ktsu.io.ImGuiApp, 1.0.0-alpha.34"
#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.
#:package ktsu.io.ImGuiApp@1.0.0-alpha.34
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ktsu.io.ImGuiApp&version=1.0.0-alpha.34&prerelease
#tool nuget:?package=ktsu.io.ImGuiApp&version=1.0.0-alpha.34&prerelease
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.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 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- ktsu.io.ScopedAction (>= 1.0.0-alpha.4)
- ktsu.io.StrongPaths (>= 1.1.1)
- Silk.NET (>= 2.21.0)
- Silk.NET.OpenGL.Extensions.ImGui (>= 2.21.0)
- SixLabors.ImageSharp (>= 3.1.5)
-
net8.0
- ktsu.io.ScopedAction (>= 1.0.0-alpha.4)
- ktsu.io.StrongPaths (>= 1.1.1)
- Silk.NET (>= 2.21.0)
- Silk.NET.OpenGL.Extensions.ImGui (>= 2.21.0)
- SixLabors.ImageSharp (>= 3.1.5)
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.0-alpha.34 | 942 | 9/13/2024 | |
| 1.0.0-alpha.33 | 216 | 9/11/2024 | |
| 1.0.0-alpha.32 | 226 | 9/5/2024 | |
| 1.0.0-alpha.31 | 139 | 9/4/2024 | |
| 1.0.0-alpha.30 | 135 | 9/3/2024 | |
| 1.0.0-alpha.29 | 106 | 9/3/2024 | |
| 1.0.0-alpha.28 | 116 | 9/3/2024 | |
| 1.0.0-alpha.27 | 120 | 9/3/2024 | |
| 1.0.0-alpha.22 | 168 | 8/29/2024 | |
| 1.0.0-alpha.20 | 163 | 8/27/2024 | |
| 1.0.0-alpha.18 | 102 | 8/27/2024 | |
| 1.0.0-alpha.17 | 135 | 8/26/2024 | |
| 1.0.0-alpha.16 | 200 | 8/23/2024 | |
| 1.0.0-alpha.15 | 1,154 | 4/6/2024 | |
| 1.0.0-alpha.14 | 173 | 3/28/2024 | |
| 1.0.0-alpha.13 | 128 | 3/28/2024 | |
| 1.0.0-alpha.12 | 141 | 3/27/2024 | |
| 1.0.0-alpha.11 | 127 | 3/27/2024 | |
| 1.0.0-alpha.10 | 235 | 2/29/2024 | |
| 1.0.0-alpha.9 | 162 | 2/28/2024 |
Loading failed