Where can I find a Gtkmm tutorial? I'm primarily a C# programmer, but I also know C++.
            From stackoverflow
        
    - 
                        Here: http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/index.html It's not very good, but it's pretty much all there is. You will also want this page. Read up on libsigc in particular. http://www.gtkmm.org/documentation.shtml 
- 
                        In my learning of GtkMM, I used the radar.cc example file. It was the most simple example I could find that showed how to also use Cairo. From there, I built out my extremely simple (and incomplete) exastris game, which may also be used as a starting example. Neither are tutorials, but if you are like me, a simple example is more valuable in some cases. 
 
0 comments:
Post a Comment