Updated README.

This commit is contained in:
Branimir Karadžić 2015-01-17 00:15:28 -08:00
parent 90f1be1112
commit 209c6c4fb4

View file

@ -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
@ -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)
-------------------------------------------------------------------------------