Difference between revisions of "GUI Libraries"

From D Wiki
Jump to: navigation, search
Line 60: Line 60:
 
  | platform =  
 
  | platform =  
 
  | license = Academic Free License
 
  | license = Academic Free License
  | about = Using FLTK GUI with the D language
+
  | about = Testing use of C++ FLTK GUI lib from D code
 
  | url = https://github.com/philippe-quesnel/FltkD
 
  | url = https://github.com/philippe-quesnel/FltkD
 +
}}
 +
{{Project
 +
| name = '''DQuick'''
 +
| platform = Windows/Linux
 +
| license = Boost
 +
| about = A GUI library written in D
 +
| url = https://github.com/D-Quick/DQuick
 
}}
 
}}
  

Revision as of 21:59, 15 January 2014

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
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
Icon dpackage 48.png
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
Icon dpackage 48.png
D bindings to the Qt cross-platform application and GUI library GPL(code generator), Boost Software License 1.0 Windows/Linux/Mac OS X
Icon dpackage 48.png
wxD is D programming language bindings for wxWidgets, providing a portable GUI toolkit for D. wxWidgets(GNU LGPL based) Windows/Linux/Mac OS X
Icon dpackage 48.png 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
Icon dpackage 48.png
DGui is a graphic library for Windows that aims to make windows applications with small effort. Boost 1.0 Windows
Icon dpackage 48.png
A library for creating basic Win32 Apps with just a small amount of code.  ?? Windows
Icon dpackage 48.png
Testing use of C++ FLTK GUI lib from D code Academic Free License
Icon dpackage 48.png
A GUI library written in D Boost Windows/Linux