From 31dc99a9c8394ccc4c0e5d8322a2d412a768399b Mon Sep 17 00:00:00 2001 From: copygirl Date: Fri, 30 Dec 2022 19:13:12 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7190f8..eb7d1e1 100644 --- a/README.md +++ b/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.