1:
http://www.bonifazi.eu/appunti/2008/02/ ... ndows.html
ALL_IN_ONE Installer for windows.
Gtk+ libraries,
also with Glade 3.6.7 (GUI visual creation) and
GtkGlExt (OpenGl embedded in a GtkDrawingArea).
2:
http://clutter-project.org/
Clutter uses OpenGL (and optionally OpenGL|ES for use on Mobile and embedded platforms) for rendering but with an API which hides the underlying GL complexity from the developer. The Clutter API is intended to be easy to use, efficient and flexible.
Runs on Linux, Windows and OSX with backend window system support for GLX, EGL, WGL, SDL and Cocoa.
Clutter "2D/3D Multimedia Toolkit" - "Gtk+, Cairo, Gstreamer, Libvlc, Webkit, MD2, Mozembed, Box2D plugins available."
Programming with Clutter 0.8
[Html]
http://www.openismus.com/documents/clut ... rial/html/
[Pdf]
http://www.openismus.com/documents/clut ... lutter.pdf
Programming with Clutter 0.9
[HTML]
http://www.openismus.com/documents/clut ... index.html
Clutter Plugins
-----------------
Gtk+, Cairo, Gstreamer, Box2D Plugins
http://www.clutter-project.org/sources/
Webkit Plugin
git clone
git://git.o-hand.com/webkit
VLC Plugin
http://github.com/rno/clutter-vlc/tree/master
MD2 Plugin
http://github.com/bpeel/clutter-md2/tree/master
Mozembed Plugin
http://git.clutter-project.org/cgit.cgi ... tree/tests
Note: Not sure if this one is for windows or just linux.
3: osgGtk is a library of C based Gtk+ and C++ based Gtk-- widgets to support OpenSceneGraph (OSG) applications.
The library also includes several example applications such as osgviewerGtk and osgviewerGtkmm.
[HTML]
http://osggtk.wiki.sourceforge.net/main <--Download source for C/Gtk+ example code
4: Other info on OpenGL
Opengl Tutorials "3D Graphics Library"
OpenGL Programming Guide "RedBook"
[PDF]
http://madison-project.wikidot.com/loca ... _Guide.pdf
OpenGL Reference Manual "BlueBook"
[Pdf]
http://madison-project.wikidot.com/loca ... Manual.pdf
Hope that helps :)