www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - how old is dfl ??

reply Flaze07 <christianseiji.cs gmail.com> writes:
hi the reason I ask how old dfl is because it is an abandoned 
project...but I want to use it... I am just afraid of 
some...incompability
Jul 13 2017
parent JamesD <none mail.com> writes:
On Thursday, 13 July 2017 at 13:08:37 UTC, Flaze07 wrote:
 hi the reason I ask how old dfl is because it is an abandoned 
 project...but I want to use it... I am just afraid of 
 some...incompability
Your choice for a gui depends on your requirements and how you intend to use it. Here is a list of gui's for the D language: https://wiki.dlang.org/GUI_Libraries As you research, you will see that DFL was originally written for D1 and Tango, but there have been several ports to D2 and Phobos. The DFL port I checked out has been ported to D2 and Phobos, found here: https://code.dlang.org/packages/dguihub and here: https://github.com/o3o/dguihub I was able to download and the examples compiled the first try. This version does not have any docs, so you will have to read the D source code to figure out how all the widgets work. There are docs in the other DFL forks that look promising, I just haven't taken the time to check it out.
Jul 13 2017