Difference between revisions of "GUI Libraries"
(Split categories) |
|||
Line 1: | Line 1: | ||
+ | == Wrappers == | ||
+ | |||
{{Projects | {{Projects | ||
| Projects = | | Projects = | ||
Line 34: | Line 36: | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{Project | {{Project | ||
| name = '''FltkD''' | | name = '''FltkD''' | ||
Line 76: | Line 56: | ||
| about = GUI toolkit for the D programming language based on Tcl/Tk | | about = GUI toolkit for the D programming language based on Tcl/Tk | ||
| url = https://github.com/nomad-software/tkd | | url = https://github.com/nomad-software/tkd | ||
+ | }} | ||
}} | }} | ||
+ | == Native == | ||
+ | {{Projects | ||
+ | | Projects = | ||
+ | {{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 unofficial forks is alive. | ||
+ | | url = http://www.dprogramming.com/dfl.php | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''DFL Rayerd fork''' | ||
+ | | platform = Windows | ||
+ | | license = In license.txt | ||
+ | | about = DFL unofficial fork | ||
+ | | url = https://github.com/Rayerd/dfl | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''DFL Rahim fork''' | ||
+ | | platform = Windows | ||
+ | | license = In license.txt | ||
+ | | about = DFL unofficial fork | ||
+ | | url = https://github.com/rahim14/DFL | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''DGui''' | ||
+ | | platform = Windows | ||
+ | | license = Boost 1.0 | ||
+ | | about = DGui is a graphic library for Windows that aims to make windows applications with small effort. | ||
+ | | url = https://bitbucket.org/dgui/dgui | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''fxLib''' | ||
+ | | platform = Windows | ||
+ | | license = ?? | ||
+ | | about = A library for creating basic Win32 Apps with just a small amount of code. | ||
+ | | url = https://github.com/aBothe/fxLib | ||
+ | }} | ||
+ | }} | ||
− | |||
Revision as of 10:00, 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 |
Native