Hi all: clutter rocks!! You are everywhere murray hehe.
I am newbye here and after 2 years in gtk+ i want forget C API pain. >:o . Have you been working in all C++ bindings for GTKmm. Are there any trick???. http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-wrapping-c-libraries.html ís it 100% succesful gmmproc?? I need GTS library (Gobject) and i would know if it´s difficult create C++ bindings or use C API can be anough here?? http://gts.sourceforge.net/reference/book1.html a last question. What about the gtkmm vs inti war in the past?? http://www.telegraph-road.org/writings/gtkmm_vs_qt.html http://www.telegraph-road.org/writings/why.html It´s seems like before GTKMM developer Guillaume Laurent nowadays hates GTK or he have good reasons to not defend GTKMM anymore???. Guillaume Laurent talks about the problems in use a stack object: 1. From the stack : Gtk::Button foo("press me"); 2. From the heap : Gtk::Button *foo = new Gtk::Button("press me"); , but i see many advantages in use stack widgets because we can build new widgets in a easy way like GTK# or ruby/gnome. It´s seems that INTI only had heap widgets. http://sources.redhat.com/inti/inti-manual/gtk-hello.html#SIMPLE-HELLO Regards. > cluttermm provides a C++ API for Clutter (a 3D canvas and items), for use > with gtkmm. It is usable, and we'd like to hear about any problems or > about anything that is missing. > > > Changes: > > 0.5.1: > > * Added cluttermm-gtk, wrapping clutter-gtk. > This provides the Clutter::Gtk::Embed widget. > (Siavash Safi) > * Added cluttermm-cairo, wrapping clutter-cairo. > This provides Clutter::Cairo::CairoTexture. > (Jonathon Jongsma) > * Changed the pkg-config files to use 0.6 in their name, so we can target > specific clutter API versions. For instance, cluttermm-0.6, > cluttermm-gtk-0.6, > and cluttermm-cairo-0.6. > (Jonathon Jongsma) > * Actor: add default value of 'true' to Actor::set_reactive(). > (Jonathon Jongsma) > > > Details: > > We should really put this on a web page: > svn: > svn.gnome.org/gnomemm/cluttermm/trunk/ > http://svn.gnome.org/viewvc/gnomemm/cluttermm/trunk/ > (It's in jhbuild) > download: > http://ftp.gnome.org/pub/GNOME/sources/cluttermm/ > submit bugs: > http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemm&component=cluttermm > view bugs: > > http://bugzilla.gnome.org/buglist.cgi?query=component%3Acluttermm+product%3Agnomemm+ > > > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
