Difference between revisions of "GUI Libraries"
(→Native) |
|||
Line 14: | Line 14: | ||
{{Project | {{Project | ||
| name = '''DWT''' | | name = '''DWT''' | ||
− | | platform = Windows/Linux-gtk | + | | platform = Windows/Linux-gtk |
| license = EPL | | license = EPL | ||
− | | about = 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. [http://www.dsource.org/projects/dwt Old dsource.org page]. | + | | about = 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. Now available on 32 and 64 bit, Linux and Windows [http://www.dsource.org/projects/dwt Old dsource.org page]. |
| url = https://github.com/d-widget-toolkit/dwt | | url = https://github.com/d-widget-toolkit/dwt | ||
}} | }} |
Revision as of 19:48, 11 May 2015
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. Now available on 32 and 64 bit, Linux and Windows Old dsource.org page. | EPL | Windows/Linux-gtk | ||
D bindings to the Qt cross-platform application and GUI library | GPL(code generator), Boost Software License 1.0 | Windows/Linux/Mac OS X | ||
Qt bindings for D | BSD 2-clause | 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 | |||
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
Title / Info | Description | License | Platform | |
---|---|---|---|---|
D Forms Library is a graphical user interface library for Windows. The project as abandoned by its author but unofficial forks is alive. | In license.txt | Windows | ||
DFL unofficial fork | In license.txt | Windows | ||
DFL unofficial fork (with Entice Designer) | LGPL | Windows | ||
DFL FrankLike fork unofficial fork, now dfl can be build by dco. | LGPL 3.0 | Windows | ||
DGui is a graphic library for Windows that aims to make windows applications with small effort. | Boost 1.0 | Windows | ||
A library for creating basic Win32 Apps with just a small amount of code. | ?? | Windows | ||
Cross platform GUI library, a bit similar to Android UI API. Layouts, styles, themes, unicode, i18n, OpenGL based acceleration, widget set. | Boost 1.0 | POSIX/Windows | ||
A GUI library written in D | Boost | Windows/Linux |