Update README.md

internals
Eric Mellino 9 years ago
parent 3ab67fbdcf
commit dabd4b1bea
  1. 3
      README.md

@ -2,6 +2,9 @@
This is a wrapper for the immediate mode GUI library, ImGui (https://github.com/ocornut/imgui). This utilizes the C API, provided by the cimgui project (https://github.com/Extrawurst/cimgui). ImGui.NET lets you build graphical interfaces using a simple immediate-mode style. Included is a basic sample program that shows how to use the library, which renders the ImGui output using OpenGL via OpenTK.
![alt tag](http://i.imgur.com/02RGlsW.png)
#Building
Currently, you need VS 2015 to build this. Simply restore all of the NuGet packages (nuget.exe restore or similar) and run msbuild on the project files or solution. It is not necessary to build the SampleProgram project unless you wish to test it out.

Loading…
Cancel
Save