Hi all:
I want ask a question to inskape community because it´s expert in this matters...
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
Regards.
On Thu, 01 May 2008 00:23:55 +0200, "Martin (OPENGeoMap)" <martin@...1957...> wrote:
What it´s the best method to new GTK software??
In most cases, avoid C and C++ as much as is practical. Use a higher-level language with GTK bindings and use the object model of the language you choose rather than GObject. You may still need to dip into C occasionally for special functionality, but minimize your use of C or C++. Neither are good languages for application development.
Inkscape is the way it is for historical reasons, not because it represents a good way to build GTK software.
-mental
On Wed, 30 Apr 2008 15:30:31 -0700, MenTaLguY <mental@...3...> wrote:
In most cases, avoid C and C++ as much as is practical. Use a higher-level language with GTK bindings and use the object model of the language you choose rather than GObject.
The exception to this could be VALA (whose native object model IS GObject, modulo all the annoying C boilerplate), but I have not had much experience with it (it's pretty new).
-mental
participants (2)
-
Martin (OPENGeoMap)
-
MenTaLguY