digitalmars.D.learn - GUIs in D1?
- Mike Linford <mike.linford.reg gmail.com> Jun 06 2010
- Zarathustra <adam.chrapkowski gmail.com> Jun 06 2010
- Jacob Carlborg <doob me.com> Jun 06 2010
What's the current preferred way of doing cross-platform GUIs in nowadays? DWT looks like a good option, but apparently its been dead for a while? --Mike L.
Jun 06 2010
What's the current preferred way of doing cross-platform GUIs in nowadays? DWT looks like a good option, but apparently its been dead for a while? --Mike L.
DWT is great but yes it looks dead for half a year. There are gtkd (also not updated for a while but it works well with D1 (I'm not sure if the D2 too)) and qtd. You should test both and select the appropriate one for you.
Jun 06 2010
On 2010-06-06 09:15, Mike Linford wrote:What's the current preferred way of doing cross-platform GUIs in nowadays? DWT looks like a good option, but apparently its been dead for a while? --Mike L.
I would not consider it dead, but nothing has been updated for a while. I'm working on updating dwt-mac to 3.5, but I don't have much time for it. -- /Jacob Carlborg
Jun 06 2010









Zarathustra <adam.chrapkowski gmail.com> 