Working Windows GUI library?

thedeemon via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 4 11:00:23 PDT 2015


On Friday, 4 September 2015 at 13:54:25 UTC, Andre Polykanine 
wrote:
> Hello thedeemon,
>
> tvDdl> Yes, DFL!
> tvDdl> https://github.com/Rayerd/dfl
>
> Sounds  good.  but still... I can't find any examples or 
> documentation :(

Here's some original docs and examples:
http://wiki.dprogramming.com/Dfl/Tutorial
http://wiki.dprogramming.com/Dfl/HomePage

Documentation is a bit scarce, but if you're familiar with 
WinForms (from .NET) you'll recognize everything immediately and 
will feel at home with DFL.

Here's a real world sample - an app I made for our clients:
https://bitbucket.org/thedeemon/autovideoenhance
For instance, a simple typical form (window) code:
https://bitbucket.org/thedeemon/autovideoenhance/src/b0259ca763577cb50169eaa7ee99f074da21724d/folderform.d?at=default
(most of the big setup code is generated by Entice Designer, not 
written manually)



More information about the Digitalmars-d-learn mailing list