Difference between revisions of "GUI Libraries"
(→Native) |
(→Wrappers) |
||
Line 57: | Line 57: | ||
| url = https://github.com/nomad-software/tkd | | url = https://github.com/nomad-software/tkd | ||
}} | }} | ||
+ | {{Project | ||
+ | | name = '''dtk''' | ||
+ | | platform = Windows/Linux/Mac OS X | ||
+ | | license = Boost | ||
+ | | about = dtk is a D wrapper of the Tcl/Tk graphics library. | ||
+ | | url = https://github.com/AndrejMitrovic/dtk | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''iup''' | ||
+ | | platform = Windows/Linux/Mac OS X | ||
+ | | license = Boost | ||
+ | | about = Iup porting [http://forum.dlang.org/post/okejrntxjtspsdoagwah@forum.dlang.org forum] | ||
+ | | url = https://bitbucket.org/alphaglosined/libglosined/src/85ab6b2135879848e7efd5f1dfa732f2cfb753f8/iup/?at=default | ||
+ | }} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
}} | }} | ||
Revision as of 12:54, 22 September 2014
Wrappers
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. Old dsource.org page. | 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 | ||
Testing use of C++ FLTK GUI lib from D code | Academic Free License | |||
A GUI library written in D | Boost | Windows/Linux | ||
GUI toolkit for the D programming language based on Tcl/Tk | MIT License (MIT) | Windows/Linux/Mac OS X | ||
dtk is a D wrapper of the Tcl/Tk graphics library. | Boost | Windows/Linux/Mac OS X | ||
Iup porting forum | Boost | Windows/Linux/Mac OS X |
Native