Hexa.NET.KittyUI
1.0.2-preview
See the version list below for details.
dotnet add package Hexa.NET.KittyUI --version 1.0.2-preview
NuGet\Install-Package Hexa.NET.KittyUI -Version 1.0.2-preview
<PackageReference Include="Hexa.NET.KittyUI" Version="1.0.2-preview" />
paket add Hexa.NET.KittyUI --version 1.0.2-preview
#r "nuget: Hexa.NET.KittyUI, 1.0.2-preview"
// Install Hexa.NET.KittyUI as a Cake Addin #addin nuget:?package=Hexa.NET.KittyUI&version=1.0.2-preview&prerelease // Install Hexa.NET.KittyUI as a Cake Tool #tool nuget:?package=Hexa.NET.KittyUI&version=1.0.2-preview&prerelease
Hexa.NET.KittyUI
Hexa.NET.KittyUI is a minimalistic UI framework built around the popular imgui library, designed to be lightweight and highly portable. It supports cross-platform development and comes with rendering backends for both Direct3D 11 (D3D11) and OpenGL 3.
Features
- Minimalistic Design: Focused on providing a clean and simple interface for building user interfaces quickly and efficiently.
- Cross-Platform Support: Compatible with multiple platforms, allowing you to develop and deploy your applications on different operating systems with ease.
- Rendering Backends: Supports Direct3D 11 (D3D11) and OpenGL 3, giving you flexibility in choosing the right rendering backend for your project.
- Integration with imgui: Leverages the powerful imgui library, providing an intuitive and efficient way to build UI components.
Getting Started
Prerequisites
Before you start using Hexa.NET.KittyUI, ensure you have the following prerequisites installed:
- .NET SDK: .NET 8.0 or higher.
Installation
Install the NuGet Package:
You can install the Hexa.NET.KittyUI package via NuGet by adding
Hexa.NET.KittyUI
to your project dependencies.Integrate with Your Project:
After installing the package, simply include it in your project and start building your UI components.
Usage
// See https://aka.ms/new-console-template for more information
using Hexa.NET.ImGui;
using Hexa.NET.KittyUI;
AppBuilder builder = new();
builder.AddWindow("Main Window", () =>
{
ImGui.Text("Hello, World!");
});
builder.Run();
License
This project is licensed under the MIT License - see the LICENSE file for details.
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. |
-
net8.0
- Hexa.NET.DirectXTex (>= 2.0.0)
- Hexa.NET.ImGui (>= 2.1.0)
- Hexa.NET.ImGui.Widgets (>= 1.1.10)
- Hexa.NET.ImGui.Widgets.Extras (>= 1.0.0)
- Hexa.NET.ImGuizmo (>= 2.1.0)
- Hexa.NET.ImNodes (>= 2.1.0)
- Hexa.NET.ImPlot (>= 2.1.0)
- Hexa.NET.Logging (>= 2.0.0)
- Hexa.NET.Math (>= 2.0.1)
- Hexa.NET.SDL2 (>= 1.2.4)
- Hexa.NET.Utilities (>= 2.1.5)
- Newtonsoft.Json (>= 13.0.3)
- Silk.NET.Direct3D.Compilers (>= 2.21.0)
- Silk.NET.Direct3D11 (>= 2.21.0)
- Silk.NET.DXGI (>= 2.21.0)
- Silk.NET.DXVK.Native (>= 2.21.0)
- Silk.NET.OpenAL (>= 2.21.0)
- Silk.NET.OpenAL.Extensions.Enumeration (>= 2.21.0)
- Silk.NET.OpenAL.Extensions.Soft (>= 2.21.0)
- Silk.NET.OpenAL.Soft.Native (>= 1.23.1)
- Silk.NET.OpenGL (>= 2.21.0)
- System.IO.Hashing (>= 8.0.0)
- System.Text.Json (>= 8.0.4)
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.8 | 70 | 11/9/2024 |
1.0.7 | 77 | 11/4/2024 |
1.0.6 | 75 | 11/3/2024 |
1.0.5 | 90 | 10/31/2024 |
1.0.4 | 65 | 10/29/2024 |
1.0.3 | 85 | 10/28/2024 |
1.0.2 | 75 | 10/28/2024 |
1.0.2-preview | 112 | 8/21/2024 |
1.0.0 | 67 | 10/28/2024 |
1.0.0-preview | 104 | 8/17/2024 |