Skip to content

Commit b5bfeb2

Browse files
author
myd7349
committed
Update README.md
1 parent 2c53fa2 commit b5bfeb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,13 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
185185
## GUI
186186
*Graphic User Interface*
187187

188+
* [CEGUI](http://cegui.org.uk/) - Flexible, cross-platform GUI library.
188189
* [FLTK](http://www.fltk.org/index.php) - Fast, light, cross-platform C++ GUI toolkit. [GPLv2]
189190
* [GTK+](http://www.gtk.org/) - A multi-platform toolkit for creating graphical user interfaces. [LGPL]
190191
* [gtkmm](http://www.gtkmm.org/en/) - The official C++ interface for the popular GUI library GTK+. [LGPL]
191192
* [imgui](https://github.com/ocornut/imgui) - Immediate Mode Graphical User Interface with minimal dependencies. [MIT]
192193
* [libRocket](http://librocket.com/) - libRocket is a C++ HTML/CSS game interface middleware. [MIT]
194+
* [MyGUI](http://mygui.info/) - Fast, flexible and simple GUI. [MIT]
193195
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
194196
* [Qwt](http://qwt.sourceforge.net/) - Qt Widgets for Technical Applications. [Own based on LGPL]
195197
* [QwtPlot3D](http://qwtplot3d.sourceforge.net/) - A feature-rich Qt/OpenGL-based C++ programming library, providing essentially a bunch of 3D-widgets. [zlib]
@@ -255,6 +257,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
255257
## Multimedia
256258

257259
* [GStreamer](http://gstreamer.freedesktop.org/) - A library for constructing graphs of media-handling components. [LGPL]
260+
* [LIVE555 Streaming Media](http://www.live555.com/liveMedia/) - Multimedia streaming library using open standard protocols (RTP/RTCP, RTSP, SIP). [LGPL]
258261
* [libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework. [GPL]
259262
* [QtAv](https://github.com/wang-bin/QtAV) - A multimedia playback framework based on Qt and FFmpeg to write a player easily. [LGPL] [website](http://wang-bin.github.io/QtAV/)
260263
* [SFML](http://www.sfml-dev.org/) - Simple and Fast Multimedia Library.[zlib]

0 commit comments

Comments
 (0)