On Sunday, 17 January 2021 at 19:59:38 UTC, Jacob Carlborg wrote:
On 2021-01-13 11:50, Imperatorn wrote:
What's the current state of dwt and where can I find some
toturials and/or example applications?
The current state is that is in maintenance mode. I'm only make
sure it works on the latest version of DMD. It does not receive
any other form of updates.
When it comes to tutorials, you can use the same tutorials for
SWT [1]. DWT is a port of SWT to D. There's also a bunch of
snippets available here [2].
[1] https://www.eclipse.org/swt/
[2]
https://github.com/d-widget-toolkit/dwt/tree/master/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets
Ok, thanks for your efforts. I'm just wondering what the
"official" ui framework is considered to be, looking around 👍