Hexa.NET.KittyUI.OpenAL
1.1.14
Prefix Reserved
dotnet add package Hexa.NET.KittyUI.OpenAL --version 1.1.14
NuGet\Install-Package Hexa.NET.KittyUI.OpenAL -Version 1.1.14
<PackageReference Include="Hexa.NET.KittyUI.OpenAL" Version="1.1.14" />
<PackageVersion Include="Hexa.NET.KittyUI.OpenAL" Version="1.1.14" />
<PackageReference Include="Hexa.NET.KittyUI.OpenAL" />
paket add Hexa.NET.KittyUI.OpenAL --version 1.1.14
#r "nuget: Hexa.NET.KittyUI.OpenAL, 1.1.14"
#:package Hexa.NET.KittyUI.OpenAL@1.1.14
#addin nuget:?package=Hexa.NET.KittyUI.OpenAL&version=1.1.14
#tool nuget:?package=Hexa.NET.KittyUI.OpenAL&version=1.1.14
Hexa.NET.KittyUI (WIP)
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 4.
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 4, 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.
- AOT Ready: Supports AOT publishing and code trimming.
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.KittyUIto 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. net9.0 is compatible. net9.0-android was computed. net9.0-android35.0 is compatible. 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 is compatible. net10.0-android was computed. net10.0-android36.0 is compatible. 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. |
-
net10.0
- Hexa.NET.KittyUI (>= 1.1.14)
- Hexa.NET.OpenAL (>= 1.2.2)
-
net10.0-android36.0
- Hexa.NET.KittyUI (>= 1.1.14)
- Hexa.NET.OpenAL (>= 1.2.2)
-
net8.0
- Hexa.NET.KittyUI (>= 1.1.14)
- Hexa.NET.OpenAL (>= 1.2.2)
-
net9.0
- Hexa.NET.KittyUI (>= 1.1.14)
- Hexa.NET.OpenAL (>= 1.2.2)
-
net9.0-android35.0
- Hexa.NET.KittyUI (>= 1.1.14)
- Hexa.NET.OpenAL (>= 1.2.2)
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.14 | 25 | 12/16/2025 |