Standard GUI framework inspired by Qt
Jonas Drewsen via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 4 06:28:49 PST 2015
On Tuesday, 3 March 2015 at 23:45:36 UTC, ketmar wrote:
> On Tue, 03 Mar 2015 20:21:29 +0000, Jonas Drewsen wrote:
>
>> I've done a GUI toolkit with CSS support in D for my editor.
>> Should
>> probably put it on github at some point.
>>
>> http://deadcodedev.steamwinter.com/
>
> to be honest, it's the most wanted part for me. ;-) i don't
> need the
> editor, but i definitely want to take a look at it's gui,
> 'cause i'm too
> lazy to finish any of my own libraries (i HATE writing gui
> libraries! ;-).
Yeah. Driving people away from the editor they know is a tough
quest. Luckily that is not my goal.
Writing GUI libraries is definitely a lot of work and have a lot
of corner cases so I completely agree that it is not the most fun
thing to do. On top of that it is hard to do proper automated
tests for GUI.
More information about the Digitalmars-d
mailing list