![]() |
VOOZH | about |
dotnet add package Hexa.NET.Utilities --version 2.2.12
NuGet\Install-Package Hexa.NET.Utilities -Version 2.2.12
<PackageReference Include="Hexa.NET.Utilities" Version="2.2.12" />
<PackageVersion Include="Hexa.NET.Utilities" Version="2.2.12" />Directory.Packages.props
<PackageReference Include="Hexa.NET.Utilities" />Project file
paket add Hexa.NET.Utilities --version 2.2.12
#r "nuget: Hexa.NET.Utilities, 2.2.12"
#:package Hexa.NET.Utilities@2.2.12
#addin nuget:?package=Hexa.NET.Utilities&version=2.2.12Install as a Cake Addin
#tool nuget:?package=Hexa.NET.Utilities&version=2.2.12Install as a Cake Tool
This repository provides a collection of high-performance utilities designed to address common programming needs while maintaining low GC pressure and maximizing performance.
StrBuilder:
StdWString (UTF-16)StdString (UTF-8)List (UnsafeList)Map (UnsafeDictionary)Set (UnsafeHashSet)Queue (UnsafeQueue)Stack (UnsafeStack)Memset)QSort)To get started with the HexaEngine Utilities library, follow these steps:
Install the NuGet package:
dotnet add package Hexa.NET.Utilities
Include the library in your project:
using Hexa.NET.Utilities;
Initialize and utilize data structures:
var myString = new StdString("Hello, HexaEngine!");
var myList = new UnsafeList<int> { 1, 2 };
Leverage memory management utilities:
int* memory = Utils.AllocT<int>(1);
Utils.Free(memory);
or
global using static Hexa.NET.Utilities.Utils;
int* memory = AllocT<int>(1);
Free(memory);
Use thread-safe components for concurrent operations:
var pool = new ObjectPool<MyObject>();
var obj = pool.Rent();
pool.Return(obj);
Contributions are welcome! If you have ideas for new features or improvements, feel free to submit a pull request or open an issue.
This project is licensed under the MIT License. See the file for more 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-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-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. |
Showing the top 5 NuGet packages that depend on Hexa.NET.Utilities:
| Package | Downloads |
|---|---|
|
Hexa.NET.ImGui.Widgets
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. |
|
|
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.DebugDraw
This library is a simple 3D debug drawing library for the HexaEngine in Immediate-mode |
|
|
Hexa.NET.Logging
The logging library for HexaEngine. |
Showing the top 2 popular GitHub repositories that depend on Hexa.NET.Utilities:
| Repository | Stars |
|---|---|
|
HexaEngine/Hexa.NET.ImGui
A .NET wrapper for the Dear ImGui.
|
|
|
HexaEngine/HexaEngine
The official repo of the HexaEngine game engine
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.2.12 | 485 | 4/7/2026 |
| 2.2.11 | 163 | 4/5/2026 |
| 2.2.10 | 194 | 3/8/2026 |
| 2.2.9 | 165 | 3/4/2026 |
| 2.2.8 | 309 | 1/5/2026 |
| 2.2.7 | 130 | 1/4/2026 |
| 2.2.5 | 1,065 | 11/18/2025 |
| 2.2.4 | 341 | 11/15/2025 |
| 2.2.3 | 2,330 | 8/16/2025 |
| 2.2.2 | 7,692 | 3/22/2025 |
| 2.2.1 | 2,355 | 12/8/2024 |
| 2.2.0 | 340 | 12/8/2024 |
| 2.1.14 | 1,154 | 11/14/2024 |
| 2.1.13 | 217 | 11/14/2024 |
| 2.1.12 | 211 | 11/13/2024 |
| 2.1.11 | 209 | 11/13/2024 |
| 2.1.10 | 506 | 11/6/2024 |
| 2.1.9 | 212 | 11/5/2024 |
| 2.1.8 | 498 | 10/23/2024 |
| 2.1.7 | 186 | 10/23/2024 |