Update README

internals
copygirl 1 year ago
parent 3bebaa7b8a
commit 31dc99a9c8
  1. 2
      README.md

@ -1,3 +1,5 @@
**NOTE:** This is a fork of [Thraka/ImGui.NET](https://github.com/Thraka/ImGui.NET), which exposes internal functions of Dear ImGui. While these functions might not be stable or intended for use by end-users of the API, it it necessary for certain use cases. This repository is intended for personal use, and only necessary until the [main repository](https://github.com/mellinoe/ImGui.NET) eventually includes these changes itself. See also [Thraka's pull request](https://github.com/mellinoe/ImGui.NET/pull/364) to upstream.
# ImGui.NET
This is a .NET wrapper for the immediate mode GUI library, Dear ImGui (https://github.com/ocornut/imgui). ImGui.NET lets you build graphical interfaces using a simple immediate-mode style. ImGui.NET is a .NET Standard library, and can be used on all major .NET runtimes and operating systems.

Loading…
Cancel
Save