![]() |
VOOZH | about |
dotnet add package Hexa.NET.KittyUI.WebView --version 1.0.5
NuGet\Install-Package Hexa.NET.KittyUI.WebView -Version 1.0.5
<PackageReference Include="Hexa.NET.KittyUI.WebView" Version="1.0.5" />
<PackageVersion Include="Hexa.NET.KittyUI.WebView" Version="1.0.5" />Directory.Packages.props
<PackageReference Include="Hexa.NET.KittyUI.WebView" />Project file
paket add Hexa.NET.KittyUI.WebView --version 1.0.5
#r "nuget: Hexa.NET.KittyUI.WebView, 1.0.5"
#:package Hexa.NET.KittyUI.WebView@1.0.5
#addin nuget:?package=Hexa.NET.KittyUI.WebView&version=1.0.5Install as a Cake Addin
#tool nuget:?package=Hexa.NET.KittyUI.WebView&version=1.0.5Install as a Cake Tool
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.
Before you start using Hexa.NET.KittyUI, ensure you have the following prerequisites installed:
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.
// 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();
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 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 is compatible. net9.0-android net9.0-android was computed. net9.0-android35.0 net9.0-android35.0 is compatible. 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 is compatible. net10.0-android net10.0-android was computed. net10.0-android36.0 net10.0-android36.0 is compatible. 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.