From b460a833bfe2d6587b6f776c252af255b7fc0c1f Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 17 Aug 2017 15:06:18 +0800 Subject: [PATCH] Added libui under GUI section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c14438e..8cb2eb3 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [gtkmm](http://www.gtkmm.org/en/) - The official C++ interface for the popular GUI library GTK+. [LGPL] * [imgui](https://github.com/ocornut/imgui) - Immediate Mode Graphical User Interface with minimal dependencies. [MIT] * [libRocket](http://librocket.com/) - libRocket is a C++ HTML/CSS game interface middleware. [MIT] +* [libui](https://github.com/andlabs/libui) - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. [MIT] * [MyGUI](http://mygui.info/) - Fast, flexible and simple GUI. [MIT] * [nana](http://nanapro.org/en-us/) - Nana is a cross-platform library for GUI programming in modern C++ style. [Boost] * [QCustomPlot](http://qcustomplot.com/) - Qt plotting widget without further dependencies. [GPLv3]