Skip to content
MikeWey edited this page Sep 9, 2012 · 50 revisions

Welcome to GtkD

GtkD is object oriented D library which is binding of GTK+ library which is highly usable, rich and cross-platform Graphical User Interface(GUI). Project is released under the LGPL license.

Features

  • Works with Phobos and Tango
  • Works with D 1.0 and D 2.0
  • 64 bits support
  • Wraps GTK+ 3.x API
  • Supports GtkBuildable.

Latest Release is 2.0.0 (2012-09-09)

The seventh release of GtkD for DMD1/DMD2 is now available: gtkD-2.0.zip

Gtk 3 vs. Gtk 2

The latest version linked above wraps Gtk3, if you need Gtk2 you can use the latest release from the Gtk2 branch. That is up to date with the last Gtk2 release, and will only receive bug fixes from now on: gtkD-1.6.zip

Dependencies

For use all GtkD feature you need to have below libraries:

  • atk
  • gtk3
  • gdk-pixbuf2
  • pango
  • gtksourceview3
  • gstreamer
  • gstreamer-plugins-base

Installation

Linux Users: be sure to have the latest 3.x GTK+ libraries installed!

yum install gtkd ```

Notes:

Windows Users: Please use a GTK+ installer: version 3.4.

Mac OS X Users: use the new OS X native GTK+ installer (beta) from gtk-osx. See also Mac-OS-X-Notes.