From 16bc15a018f5ab1da388f72c9de0ecd807a78be4 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 18 Jul 2020 23:03:28 +0800 Subject: [PATCH] GUI: Add Elements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c39a141..841e6f2 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Boden](https://github.com/AshampooSystems/boden) - Native, mobile, cross-platform GUI Framework. [GPL/LGPL/Commercial] [website](https://www.boden.io) * [CEGUI](http://cegui.org.uk/) - Flexible, cross-platform GUI library. +* [Elements](https://github.com/cycfi/elements) - Lightweight, fine-grained, resolution independent, modular GUI library. [MIT] * [FLTK](http://www.fltk.org/index.php) - Fast, light, cross-platform C++ GUI toolkit. [GPL2] * [GacUI](https://github.com/vczh-libraries/GacUI) - GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features. [Ms-PL] * [GTK+](http://www.gtk.org/) - A multi-platform toolkit for creating graphical user interfaces. [LGPL]