1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-21 06:52:21 +00:00

Merge pull request #66 from jnuserful/master

Added Programming with gtkmm and GUI category
This commit is contained in:
vhf / victor felder 2013-10-15 04:10:15 -07:00
commit cebbe3efae

View File

@ -1,5 +1,6 @@
###Index
* [Meta-Lists](#meta-lists)
* [Graphics user interfaces](#graphics-user-interfaces)
* [Graphics Programming](#graphics-programming)
* [Language Agnostic](#language-agnostic)
* [Ada](#ada)
@ -106,6 +107,10 @@
* [ShaderX series](http://tog.acm.org/resources/shaderx/)
* [Tutorials for modern OpenGL](http://www.opengl-tutorial.org/)
###Graphics User Interfaces
* [Programming with gtkmm 3](https://developer.gnome.org/gtkmm-tutorial/stable/)
###Language Agnostic