Cross platform GUI Programming with D
Posted
by Adam Hawes
on Stack Overflow
See other posts from Stack Overflow
or by Adam Hawes
Published on 2009-03-29T02:19:33Z
Indexed on
2010/04/27
3:53 UTC
Read the original article
Hit count: 216
I want to start programming with D. I have a simple application in mind that needs a GUI but I want to make sure it's portable to Linux/Windows/Mac equally well and with minimal (no) change for each platform.
wxD is looking like the contender of choice because I know the wx toolkit already.
I see fltk4d as a contender and a (unfinished) wrapper around Qt.
Are there any other truly cross platform GUI toolkits for D that will go where I want with little effort and what would the the toolkit of choice for people here?
© Stack Overflow or respective owner