From dabd4b1bea339f7830b6b02fe88a79c372972269 Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Sat, 31 Oct 2015 22:08:45 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8084759..8bb0515 100644 --- a/README.md +++ b/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.