Hacker News new | ask | show | jobs
by WebFreak001 3654 days ago
Im using it for everything I do. Small and big GUI apps, some tiny games I made use D, all my website backends are in D now and I try to use D everywhere I can.
1 comments

That's pretty cool. What GUI framework and on what OS(es)? and for web backends, is it vibe.d or some other thing?
Most of the time I use GtkD because my target platform is mainly linux but if I also want to target windows I use DlangUI. Don't actually target OSX but the apps happen to work on there too.

For the web backends I always use vibe.d

Great. Any comments on GtkD vs. DLangUI, in terms of ease of use, features you need, look-and-feel on the different OSes, etc.? Planning to write a few small GUI apps in D to try it out as a platform for that. Mine will be only on Linux and Windows, though, since I don't have a Mac.