Cross Platform GUI Development

Jacob Carlborg doob at me.com
Mon Mar 24 05:09:13 PDT 2014


On Sunday, 23 March 2014 at 12:34:10 UTC, Jeroen Bollen wrote:
> Are there any tools to do this at all in Digitalmars D? All 
> current libraries seem to be outdated, but GTKD. GTK on it's 
> end is a pain to bundle which is enough to not consider it 
> cross platform at all.

DWT [1] is a native cross-platform GUI for Windows and Linux (OS 
X is being worked on). It's a port of the Java library SWT [2]. 
It doesn't have any dependencies except for the system libraries. 
On Linux GTK+ is used.

[1] https://github.com/d-widget-toolkit/dwt
[2] http://www.eclipse.org/swt/

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list