On Tuesday, 20 August 2013 at 21:22:48 UTC, Flamaros wrote:
I want to share a short presentation of the project I am
working on with friends. It's a prototype of a GUI library
written in D.
This pdf contains our vision of what the project would be.
Samples are directly extracted from our prototype and works. We
are not able to share more than this presentation for the
moment because a lot of things are missing and it's plenty of
bugs.
The development is really slow, so don't expect to see a real
demonstration a day.
The link :
https://docs.google.com/file/d/0BygGiQfhIcvGOGlrWlBFNWNBQ3M/edit?usp=sharing
PS : Download it for a better quality
This is great! Will check this out ASAP I think. I migrated a Qt
Widgets project to QML/QtQuick and I've quite enjoyed working
with it, but having something with similar goals in D will bring
me back to the language most probably. In fact, that project was
originally written in D but I became frustrated with some things
at the time (lack of shared libs for plugins, GUI, etc.), so it
was rewritten in c++11.
Although I don't think I shall be rewriting its current state in
D (the thought of porting 15k+ lines by myself is rather daunting
;)
Chris