digitalmars.D - Lightweight, cross-platform, GUI library with D bindings?
- James Lu (4/4) Apr 29 2021 I'm looking for a lightweight, cross-platform, GUI library with D
- Zardoz (3/7) Apr 29 2021 I don't know if Tkd support this
- Imperatorn (2/6) Apr 30 2021 gtkd with Glade maybe?
- Jacob Carlborg (6/10) Apr 30 2021 There's DWT [1]. It supports Windows and Linux. It's not a binding since...
- Imperatorn (2/6) May 01 2021 https://forum.dlang.org/thread/lebaxqmdfrsqgmilcdpt@forum.dlang.org
I'm looking for a lightweight, cross-platform, GUI library with D bindings. It should support widgets that can be dragged and dropped. (Imagine Scratch, but 1D.)
Apr 29 2021
On Friday, 30 April 2021 at 00:17:02 UTC, James Lu wrote:I'm looking for a lightweight, cross-platform, GUI library with D bindings.Perhaps Tkd, take a look to it https://code.dlang.org/packages/tkdIt should support widgets that can be dragged and dropped. (Imagine Scratch, but 1D.)I don't know if Tkd support this
Apr 29 2021
On Friday, 30 April 2021 at 00:17:02 UTC, James Lu wrote:I'm looking for a lightweight, cross-platform, GUI library with D bindings. It should support widgets that can be dragged and dropped. (Imagine Scratch, but 1D.)gtkd with Glade maybe?
Apr 30 2021
On 2021-04-30 02:17, James Lu wrote:I'm looking for a lightweight, cross-platform, GUI library with D bindings. It should support widgets that can be dragged and dropped. (Imagine Scratch, but 1D.)There's DWT [1]. It supports Windows and Linux. It's not a binding since it's all implemented in D. It does support drag and drop. [1] https://github.com/d-widget-toolkit/dwt -- /Jacob Carlborg
Apr 30 2021
On Friday, 30 April 2021 at 00:17:02 UTC, James Lu wrote:I'm looking for a lightweight, cross-platform, GUI library with D bindings. It should support widgets that can be dragged and dropped. (Imagine Scratch, but 1D.)https://forum.dlang.org/thread/lebaxqmdfrsqgmilcdpt forum.dlang.org
May 01 2021