Recommended GUI library?
    Jacob Carlborg via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Oct 18 08:27:35 PDT 2014
    
    
  
On 2014-10-17 18:34, K.K. wrote:
> I'm looking for suggestions for a GUI library, to create a
> somewhat light GUI that can also be created without too much
> fuss, and support for Windows & Linux.
Have a look at DWT [1]. It's basically the only D GUI framework that 
doesn't have any dependencies except for system libraries.
[1] https://github.com/d-widget-toolkit/dwt
-- 
/Jacob Carlborg
    
    
More information about the Digitalmars-d-learn
mailing list