D2 GUI Libs

torhu no at spam.invalid
Sun Dec 13 06:59:48 PST 2009


On 12.12.2009 6:10, dsimcha wrote:
> I'm thinking of giving another try to writing a plotting library for D.  I'm
> trying to decide what GUI library to use.  Here's what's important to me, in
> order of importance.  Someone who's more familiar with the GUI library
> situation than I am please make a recommendation.

DWT works on at least Windows and linux, has a very permissive license, 
great online docs (including a good free book), and is easy to use. 
It's also got great perfomance, at least on Windows.

The new DWT2 branch (http://hg.dsource.org/projects/dwt2) supports both 
Tango with D1, and Phobos with D2.  The Tango implementation works fine, 
but the phobos one looks to be incomplete.  In other words, some work is 
required if you are going to use D 2.  The low-level Java classes (I/O, 
threading, containers, etc), are implemented separately for Tango and 
Phobos, then the rest of the library uses those instead of Tango or 
Phobos directly.

http://dsource.org/projects/dwt/



More information about the Digitalmars-d mailing list