On Friday, 2 February 2018 at 13:04:19 UTC, rumbu wrote:
On Thursday, 1 February 2018 at 12:21:24 UTC, rjframe wrote:
[...]
[snip]
[...]
As a typical very lazy & convenient Windows user, even I don't
want to discourage you, let me tell you that every developer
from the Windows world will have a copy of Visual Studio
installed. New Project -> Console Application -> Hit F5. It
just works. Set a breakpoint -> Hit F5. It just works.
[...]
DLangUI has DML which is like QML for QtQuick in Qt. Its possible
to create a UI builder for it in Visual Studio or better still an
independent tool like Glade for Gtk.
Anyways, DLangUI currently stands as the defacto cross-platform
GUI library for D. Its keeps getting better in functionality.
- not enough samples in VS. At least an updated GUI app and and
a Web server app must be available. Just as a proof of concept.