Hexa.NET.ImGui.Widgets 1.1.19

dotnet add package Hexa.NET.ImGui.Widgets --version 1.1.19                
NuGet\Install-Package Hexa.NET.ImGui.Widgets -Version 1.1.19                
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.19" />                
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.19                
#r "nuget: Hexa.NET.ImGui.Widgets, 1.1.19"                
#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.19

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  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-android35.0 is compatible. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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

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

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.19 79 11/14/2024
1.1.18 97 11/9/2024
1.1.17 186 10/27/2024
1.1.15 141 10/20/2024
1.1.14 108 10/15/2024
1.1.13 100 9/26/2024
1.1.12 88 9/26/2024
1.1.11 185 8/21/2024
1.1.10 146 8/17/2024
1.1.9 122 8/13/2024
1.1.2 104 8/12/2024
1.1.1 108 8/11/2024
1.1.0 116 8/10/2024
1.0.0 102 8/6/2024