Difference between revisions of "GUI Libraries"
(gtk url fix) |
|||
Line 23: | Line 23: | ||
| license = GPL(code generator), Boost Software License 1.0 | | license = GPL(code generator), Boost Software License 1.0 | ||
| about = D bindings to the Qt cross-platform application and GUI library | | about = D bindings to the Qt cross-platform application and GUI library | ||
− | | url = | + | | url = https://bitbucket.org/qtd/repo |
+ | | extra = http://www.dsource.org/projects/qtd | ||
}} | }} | ||
Revision as of 18:39, 10 December 2012
Title / Info | Description | License | Platform | |
---|---|---|---|---|
GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. | LGPL | Windows/POSIX/Mac OS X | ||
DWT is a library for creating cross-platform GUI applications. It's a port of the SWT Java library from Eclipse. DWT is compatible with D2 using the standard library (Phobos) and D1 using Tango. | EPL | Windows/Linux-gtk-32 | ||
D bindings to the Qt cross-platform application and GUI library | GPL(code generator), Boost Software License 1.0 | Windows/Linux/Mac OS X | ||
wxD is D programming language bindings for wxWidgets, providing a portable GUI toolkit for D. | wxWidgets(GNU LGPL based) | Windows/Linux/Mac OS X | ||
DGui is a graphic library for Windows that aims to make windows applications with small effort. | GNU LGPL License | Windows |