Skip to content

A minimal HelloWorld DWT application template to run with dub (Windows/Linux)

License

Notifications You must be signed in to change notification settings

sentenzo/dwtTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwtTemplate

Description

SWT (The Standard Widget Toolkit) is a library for creating cross-platform GUI applications. It has great potential in UI construction.

DWT is a port of the SWT library for D, made by jacob-carlborg.

Original repository for DWT is located on GitHub. However, it has no dub package. And the building instructions for applications are not really trivial.

This repository is made to be a small easily compilable GUI application using DWT.

Using

Works for Windows/Linux:

$ git clone --recursive https://github.com/d-widget-toolkit/dwt.git
$ git clone https://github.com/sentenzo/dwtTemplate.git
$ cd dwt
$ rdmd build base swt 
$ cd ../dwtTemplate
$ dub

For Linux some additional packages may be required.

There's also a demonstrational DWT-project with more widgets to look at. It runs with commands:

$ cd examples/bigdemo
$ dub

About

A minimal HelloWorld DWT application template to run with dub (Windows/Linux)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published