From 376774cb354ced932c10e23705544dbd9d2d88bf Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 19 Apr 2016 13:24:18 +0200 Subject: [PATCH 1/2] Add @vurtin his nuklear library to other_libs --- docs/other_libs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index 27c5130..40f5c43 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -125,7 +125,8 @@ tests | [pempek_assert.cpp](https://github.com/gpakosz/Assert) tests | [minctest](https://github.com/codeplea/minctest) | zlib | C |**1**| unit testing tests | [greatest](https://github.com/silentbicycle/greatest) | iSC | C |**1**| unit testing tests | [µnit](https://github.com/nemequ/munit) | MIT | C |**1**| unit testing -user interface | [dear imgui](https://github.com/ocornut/imgui) | MIT | C++*| 9 | an immediate-mode GUI formerly named "ImGui"; [3rd-party C wrapper](https://github.com/Extrawurst/cimgui) +user interface | [dear imgui](https://github.com/ocornut/imgui) | MIT | C++*| 9 | an immediate-mode GUI formerly named "ImGui"; [3rd-party C wrapper](https://github.com/Extrawurst/cimgui) +user interface | [nuklear](https://github.com/vurtun/nuklear) | **public domain** | C |**1**| minimal GUI toolkit _misc_ | [MakeID.h](http://www.humus.name/3D/MakeID.h) | **public domain** | C++ |**1**| allocate/deallocate small integer IDs efficiently _misc_ | [loguru](https://github.com/emilk/loguru) | **public domain** | C++ |**1**| flexible logging _misc_ | [tinyformat](https://github.com/c42f/tinyformat) | Boost | C++ |**1**| typesafe printf From 72e10c7e210799ea96d684256445ad687ea50839 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 19 Apr 2016 16:01:10 +0200 Subject: [PATCH 2/2] Fix the nuklear library in other_libs.md Change the usable language from C to C/C++ --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index 40f5c43..fcb87fb 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -126,7 +126,7 @@ tests | [minctest](https://github.com/codeplea/minctest) tests | [greatest](https://github.com/silentbicycle/greatest) | iSC | C |**1**| unit testing tests | [µnit](https://github.com/nemequ/munit) | MIT | C |**1**| unit testing user interface | [dear imgui](https://github.com/ocornut/imgui) | MIT | C++*| 9 | an immediate-mode GUI formerly named "ImGui"; [3rd-party C wrapper](https://github.com/Extrawurst/cimgui) -user interface | [nuklear](https://github.com/vurtun/nuklear) | **public domain** | C |**1**| minimal GUI toolkit +user interface | [nuklear](https://github.com/vurtun/nuklear) | **public domain** |C/c++|**1**| minimal GUI toolkit _misc_ | [MakeID.h](http://www.humus.name/3D/MakeID.h) | **public domain** | C++ |**1**| allocate/deallocate small integer IDs efficiently _misc_ | [loguru](https://github.com/emilk/loguru) | **public domain** | C++ |**1**| flexible logging _misc_ | [tinyformat](https://github.com/c42f/tinyformat) | Boost | C++ |**1**| typesafe printf