Which GUI toolkit for a simple app?
Bernard Helyer
b.helyer at gmail.com
Mon Jul 9 20:51:21 PDT 2012
On Monday, 9 July 2012 at 19:56:17 UTC, Chris Dahl wrote:
> I would like to put together a small standalone GUI application
> (statically linked). I would prefer a simple API that won't
> take much time to learn. Years ago I used FLTK on a small C++
> project and would like to find something simple like that. It
> looks like DWT might fit the order, but I can't tell if it is
> very actively used or maintained.
>
> What would you suggest for a small library that is easy to
> learn?
>
> Thanks!
> --Chris
The statically linked thing might be more difficult. GtkD is the
best cross platform solution. You might consider binding FLTK
(create a C shim, and call through that) if that's what you want.
More information about the Digitalmars-d-dwt
mailing list