0 votes
in D Programming by
Where Can I Get A Gui Library For D?

1 Answer

0 votes
by

Since D can call C functions, any GUI library with a C interface is accessible from D. Various D GUI libraries and ports can be found at the D wiki.

...