On 2013-10-07 21:18, qznc wrote:
I believe one of the things D needs right now is more documentation.
Therefore, I started writing a tutorial.
For GUI libraries there's DWT as well. Works on Windows and Linux, uses
native drawing and doesn't have any runtime dependencies expect for the
system libraries.
https://github.com/d-widget-toolkit/dwt
Small detail. On the Hello World page, this text:
"The nice fact about rdmd is that it finds additional files
automatically and links them"
You should replace "links" with "compiles".
--
/Jacob Carlborg