1 ====== Libraries ======
4 [[http://www.boost.org/|Boost]] - Portable C++ source libraries \\
5 [[http://www.gtk.org/|Gtk++]] - Toolkit for creating graphical user interfaces \\
6 [[http://www.gtkmm.org/|Gtkmm]] - The C++ Interface for Gtk \\
7 [[http://irrlicht.sourceforge.net/|Irrlicht]] - 3D Engine \\
8 [[http://www.opengl.org/|OpenGL]] - Open Graphics Library \\
9 [[http://www.opengl.org/resources/libraries/glut/|GLUT]] - The OpenGL Utility Toolkit \\
10 [[http://glui.sourceforge.net/|GLUI]] - GLUT-based C++ user interface library \\
11 [[http://flinflon.brandonu.ca/Dueck/1999/62306/sockets/Default.htm|Portable Sockets]] - Communication using TCP/IP and UDP \\
12 [[http://sourceware.org/pthreads-win32/|Pthreads Win32]] - Open Source POSIX Threads implementation for Windows 32 \\
14 {{tag>links programming}}