From 209c6c4fb47f6d707336e95cc696b5dcffcfa08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 17 Jan 2015 00:15:28 -0800 Subject: [PATCH] Updated README. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe3b25a5..8fd78798 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,13 @@ NanoVG is small antialiased vector graphics rendering library. https://github.com/memononen/nanovg +### ImGui (MIT) + +Bloat-free Immediate Mode Graphical User interface for C++ with minimal +dependencies. + +https://github.com/ocornut/imgui + ### SDF (MIT) Sweep-and-update Euclidean distance transform of an antialised image for contour @@ -647,7 +654,7 @@ texturing. https://github.com/memononen/SDF -### stb_image, stb_truetype (Public Domain) +### stb (Public Domain) http://nothings.org @@ -723,7 +730,7 @@ Garett Bass ([@gtbass](https://github.com/gtbass)) - OSX port. Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and examples. Miloš Tošić ([@milostosic](https://github.com/milostosic)) - 12-lod example. -Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil, +Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil, 14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl James Gray ([@james4k](https://github.com/james4k)) - Go language API bindings. p0nce ([@p0nce](https://github.com/p0nce)) - D language API bindings. @@ -731,6 +738,8 @@ Mike Popoloski ([@MikePopoloski](https://github.com/MikePopoloski)) - C#/VB/F# language API bindings, WinRT/WinPhone support. Kai Jourdan ([@questor](https://github.com/questor)) - 23-vectordisplay example Stanlo Slasinski ([@stanlo](https://github.com/stanlo)) - 24-nbody example +Daniel Collin ([[@emoon](https://github.com/emoon)) - Port of Ocornut's ImGui + to bgfx. [License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE) -------------------------------------------------------------------------------