Hexa.NET.ImGui.Widgets 1.1.11

dotnet add package Hexa.NET.ImGui.Widgets --version 1.1.11                
NuGet\Install-Package Hexa.NET.ImGui.Widgets -Version 1.1.11                
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.1.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hexa.NET.ImGui.Widgets --version 1.1.11                
#r "nuget: Hexa.NET.ImGui.Widgets, 1.1.11"                
#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.
// Install Hexa.NET.ImGui.Widgets as a Cake Addin
#addin nuget:?package=Hexa.NET.ImGui.Widgets&version=1.1.11

// Install Hexa.NET.ImGui.Widgets as a Cake Tool
#tool nuget:?package=Hexa.NET.ImGui.Widgets&version=1.1.11                

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

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

Package Downloads
Hexa.NET.KittyUI

Package Description

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.11 83 8/21/2024
1.1.10 81 8/17/2024
1.1.9 75 8/13/2024
1.1.2 65 8/12/2024
1.1.1 61 8/11/2024
1.1.0 71 8/10/2024
1.0.0 64 8/6/2024