VOOZH about

URL: https://www.nuget.org/packages/Hexa.NET.ImGui.Widgets/

⇱ NuGet Gallery | Hexa.NET.ImGui.Widgets 1.2.18




Hexa.NET.ImGui.Widgets 1.2.18

Prefix Reserved
dotnet add package Hexa.NET.ImGui.Widgets --version 1.2.18
 
 
NuGet\Install-Package Hexa.NET.ImGui.Widgets -Version 1.2.18
 
 
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="Hexa.NET.ImGui.Widgets" Version="1.2.18" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hexa.NET.ImGui.Widgets" Version="1.2.18" />
 
Directory.Packages.props
<PackageReference Include="Hexa.NET.ImGui.Widgets" />
 
Project file
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 Hexa.NET.ImGui.Widgets --version 1.2.18
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hexa.NET.ImGui.Widgets, 1.2.18"
 
 
#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 Hexa.NET.ImGui.Widgets@1.2.18
 
 
#: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=Hexa.NET.ImGui.Widgets&version=1.2.18
 
Install as a Cake Addin
#tool nuget:?package=Hexa.NET.ImGui.Widgets&version=1.2.18
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

ImGui Widget Collection for Hexa.NET.ImGui

This repository contains a variety of custom widgets and utilities designed to extend the capabilities of the Hexa.NET.ImGui library. Whether you're developing tools, applications, or games, these widgets will help you create more interactive and user-friendly interfaces.

Table of Contents

Installation

To use the ImGui Widget Collection in your project, install the NuGet package:

dotnet add package Hexa.NET.ImGui.Widgets
dotnet add package Hexa.NET.ImGui.Widgets.Extras

Widgets

  • ImGuiBufferingBar (a simple buffering bar)
  • ImGuiButton
    • Toggle Button (a normal button, but when toggled it gets a circle around it to indicate that it' active)
    • Transparent Button (a normal button but without a background when not hovered)
  • ImGuiSpinner (a simple buffering spinner)
  • ImGuiTreeNode (a special tree node with the ability to add a icon with a color)
  • ImGuiWidgetFlameGraph (a widget used for drawing a flame graph)
  • MessageBox (a message box framework for simple yes no cancel ok dialogs)
  • DialogMessageBox (similar to MessageBox, but with the difference that it blocks other windows)
  • OpenFileDialog (used for users to select files or folders, multi selection supported)
  • RenameFileDialog (used for renaming files and folders)
  • SaveFileDialog (used for selecting a path for a file/folder to save to.)

Helper classes and types

  • ComboHelper (a small helper for using enums with combo boxes)
  • ImageHelper (a small helper for aligning a image)
  • TextHelper (a helper for text alignment)
  • TooltipHelper (a helper for tooltips)
  • ImGuiName (a struct that provides a unique name useful for cases where multiple things are named the same way)

Widgets Extra (Requires my math lib)

  • ImGuiBezierWidget (a widget for visually modifying bezier curves)
  • ImGuiCurveEditor (a curve editor commonly used in color grading)

Contributing

We welcome contributions to the ImGui Widget Collection! If you have an idea for a new widget or an improvement to an existing one, please submit a pull request.

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 net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  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 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 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. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Hexa.NET.ImGui.Widgets:

Package Downloads
Hexa.NET.KittyUI

A Cross-Platform UI-Framework build upon ImGui, simplifying ImGui management in C#.

C.ImGuiGLFW

C# class library that simplifies the creation of ImGui-rendered windows.

Hexa.NET.ImGui.Widgets.Extras

Hexa.NET.ImGui.Widgets is a comprehensive library of custom widgets for the ImGui graphical user interface library. This package includes a variety of pre-built widgets that enhance the functionality and usability of ImGui in your .NET applications. Each widget is designed to be easy to integrate, with consistent styling and behavior. This library is an extension of the Hexa.NET.ImGui wrapper, providing additional UI components for a seamless user experience.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Hexa.NET.ImGui.Widgets:

Repository Stars
elevenyellow/handcrafted-persona-engine
An AI-powered interactive avatar engine using Live2D, LLM, ASR, TTS, and RVC. Ideal for VTubing, streaming, and virtual assistant applications.
HexaEngine/HexaEngine
The official repo of the HexaEngine game engine
Version Downloads Last Updated
1.2.18 302 4/14/2026
1.2.17 118 4/14/2026
1.2.16 121 4/14/2026
1.2.15 2,010 11/18/2025
1.2.14 1,017 7/17/2025
1.2.13 6,516 4/7/2025
1.2.12 738 4/6/2025
1.2.11 538 3/12/2025
1.2.10 561 2/15/2025
1.2.9 432 1/21/2025
1.2.8 218 1/21/2025
1.2.4 327 12/21/2024
1.2.3 193 12/21/2024
1.2.2 204 12/17/2024
1.2.1 295 12/8/2024
1.2.0 211 12/8/2024
1.1.20 237 12/4/2024
1.1.19 346 11/14/2024
1.1.18 701 11/9/2024
1.1.17 436 10/27/2024
Loading failed