Thread overview
Lightweight, cross-platform, GUI library with D bindings?
Apr 30, 2021
James Lu
Apr 30, 2021
Zardoz
Apr 30, 2021
Imperatorn
May 01, 2021
Jacob Carlborg
May 01, 2021
Imperatorn
April 30, 2021

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.)

April 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.

Perhaps Tkd, take a look to it https://code.dlang.org/packages/tkd

>

It should support widgets that can be dragged and dropped. (Imagine Scratch, but 1D.)

I don't know if Tkd support this

April 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.)

gtkd with Glade maybe?

May 01, 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
May 01, 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