From 59a75a3e1b8f77b63ca9d445215836f90631402b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WebFolder=20O=C3=9C?= Date: Thu, 21 Mar 2019 10:15:14 +0300 Subject: [PATCH] Added iup gui library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92dc998..723ad39 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [GTK+](http://www.gtk.org/) - A multi-platform toolkit for creating graphical user interfaces. [LGPL] * [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] +* [iup](https://www.tecgraf.puc-rio.br/iup) - Multi-platform toolkit for building graphical user interfaces. [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]