Standard GUI framework inspired by Qt
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 4 00:05:31 PST 2015
On Tuesday, 3 March 2015 at 18:43:50 UTC, Aram wrote:
> I've been thinking over a GUI framework for D for some time,
> and ended up with idea expressed by Andrew Fedoniouk here:
> http://www.digitalmars.com/d/archives/digitalmars/D/32633.html.
> That is, having a separate drawing layer, and widgets built on
> top of it. But since it has already been discussed 9 years ago,
> I wonder if such a framework has ever been implemented.
See also Harmonia
http://www.terrainformatica.com/2014/07/10-years-road-to-sciter/
for an older (now dead) attempt at abstracting a GUI backend.
More information about the Digitalmars-d
mailing list