You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[FLTK](http://www.fltk.org/index.php) - Fast, light, cross-platform C++ GUI toolkit. [GPLv2]
189
190
*[GTK+](http://www.gtk.org/) - A multi-platform toolkit for creating graphical user interfaces. [LGPL]
190
191
*[gtkmm](http://www.gtkmm.org/en/) - The official C++ interface for the popular GUI library GTK+. [LGPL]
191
192
*[imgui](https://github.com/ocornut/imgui) - Immediate Mode Graphical User Interface with minimal dependencies. [MIT]
192
193
*[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]
193
195
*[Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
194
196
*[Qwt](http://qwt.sourceforge.net/) - Qt Widgets for Technical Applications. [Own based on LGPL]
195
197
*[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
255
257
## Multimedia
256
258
257
259
*[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]
258
261
*[libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework. [GPL]
259
262
*[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/)
260
263
*[SFML](http://www.sfml-dev.org/) - Simple and Fast Multimedia Library.[zlib]
0 commit comments