Building GUI projects with D

Jacob Carlborg doob at me.com
Sun Oct 21 11:43:19 UTC 2018


On 2018-10-20 17:40, karis njiru wrote:
> Hi. Am a computer science student from Kenya and decided to use D for my
> class project on Principles of Programming Languages. Am having a lot of
> fun with D but have come across an issue. I have been using Visual D for
> the past 2 months for my coding but after a lot of research i found out
> that i cannot build GUI projects with visual D. So i took on Entice
> Designer which for the past week has been a nightmare for me to compile
> my code error being the system cannot find the path in the command
> prompt specified. I have installed DMD and DFL lots of times but there
> is still the same issue. Please help

Give DWT [1] a try. It's a port of the Eclipse SWT library from Java to 
D. It's completely written in D and uses the native drawing operations 
of the OS giving the applications a native look and feel.

[1] http://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list