« Return to Thread: Gobject or c++???

Re: Gobject or c++???

by Martin (OPENGeoMap) :: Rate this Message:

Reply to Author | View in Thread

Denis Leroy escribió:
Timothy M. Shead wrote:
  
Martin (OPENGeoMap) wrote:
    
What it´s the best method to new GTK software??

- c++/gtkmm
- GTK/ gobject
- VALA
-  a mix of gtk, gobject and gtkmm like inskape and k-3d
  
      
Not sure where you're getting your information ... K-3D is written in 
C++, the user interface layer is based on gtkmm, and that is what I 
would recommend.
    

inkscape is also going in that direction (pure gtkmm).
  
I don´t know but pure gobject have many advantages i think:

- Gobject is dynamic like ruby language for example.
- Create binding in a easy way. Mono is a massive technology and they have autogenerate bindings from gobject:
http://www.mono-project.com/GAPI
- VALA have a c# sharp syntax and create C/gobject files and they have autogenerate binding from gobject also.


Regards.



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

 « Return to Thread: Gobject or c++???