Standard GUI framework inspired by Qt
Aram via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 4 12:35:15 PST 2015
On Wednesday, 4 March 2015 at 08:05:32 UTC, Kagamin wrote:
> 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.
Unfortunately, Harmonia was implemented only for Windows, and is
now abandoned by author, so we have to look for something else.
More information about the Digitalmars-d
mailing list