We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2fdd5 commit 2240c48Copy full SHA for 2240c48
1 file changed
README.md
@@ -15,7 +15,7 @@ Welcome to Hexa.NET.ImGui! This custom wrapper is designed to be a high-performa
15
- **Open Source**: The source code for the native libraries is public and can be reviewed by anyone.
16
- **Access to Internals**: Allows users to access Dear ImGui internals for advanced customization and functionality.
17
- **Drop in replacement for ImGuiNET** Adapt to the library with minimal effort by simply changing the namespace.
18
-- **High performance** Using a static VTable, all API calls are faster and startup time is reduced.
+- **High performance** Using a static function table, all API calls are faster and startup time is reduced.
19
- **Optimized String Handling**: Overloads that bypass UTF-8 encoding and avoid allocations.
20
- **Wide range .NET support**: Supported versions net8.0, net7.0, netstandard2.1, netstandard2.0
21
0 commit comments