GtkD RC1
August 4th, 2008 | by Aldacron |The first release candidate of GtkD has been announced. GtkD is a Gtk+ binding. The list of features from the website:
* fully automated binding/wrapping
* no dependences on other libraries (read: no dool, no String class)
* package structure and naming closer to Gtk+ (very close in fact)
* a more complete wrapping of gtk
* cairo support
* works with Phobos and Tango
* works with D 1.0 and D 2.0
You’ll find few libraries out there that give you the choice of D1 & D2 plus Phobos and Tango. Nice stuff.
Do be aware that it’s released under the LGPL. That could mean shipping object files with any GtkD applications since shared library support is not what it should be in D just yet.
Technorati Tags: D Programming Language, Gtk