Difference between revisions of "GUI Libraries"
(Add DFL library) |
|||
Line 34: | Line 34: | ||
}} | }} | ||
+ | {{Project | ||
+ | | name = '''DFL''' | ||
+ | | platform = Windows | ||
+ | | license = In license.txt | ||
+ | | about = D Forms Library is a graphical user interface library for Windows. The project as abandoned by its author but an unofficial fork is alive. | ||
+ | | url = http://www.dprogramming.com/dfl.php | ||
+ | | extra = [https://github.com/Rayerd/dfl unofficial fork] | ||
+ | }} | ||
{{Project | {{Project | ||
| name = '''dgui''' | | name = '''dgui''' | ||
Line 39: | Line 47: | ||
| license = GNU LGPL License | | license = GNU LGPL License | ||
| about = DGui is a graphic library for Windows that aims to make windows applications with small effort. | | about = DGui is a graphic library for Windows that aims to make windows applications with small effort. | ||
− | | url = | + | | url = http://wiki.dprogramming.com/Dfl/HomePage |
}} | }} | ||
{{Project | {{Project |
Revision as of 11:59, 19 March 2013
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 | ||
D Forms Library is a graphical user interface library for Windows. The project as abandoned by its author but an unofficial fork is alive. | In license.txt | Windows | ||
DGui is a graphic library for Windows that aims to make windows applications with small effort. | GNU LGPL License | Windows | ||
A library for creating basic Win32 Apps with just a small amount of code. | ?? | Windows |