What are the real GUI toolkits for D?
Satoshi via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 25 00:31:34 PST 2016
On Sunday, 24 January 2016 at 12:16:09 UTC, nbro wrote:
> Except for GtkD and DWT, D does not seem to be supported by a
> really nice GUI toolkit. Anyway, a serious programming language
> nowadays should have a lot more support in that area. I have
> not tried GtkD yet, but it seems the most promising. Many
> projects have started to create a GUI toolkit (or wrapper), but
> now they are abandoned. Are there any plans to really support
> the development of standard GUI toolkit?
Yop, we started dev of MVC/GUI Framework in pure D called
Rikarin. Main concept is based on API from Cocoa framework, like
MVC, Delegation, Action/Targer, Responder chain, etc.
In 6 months, there should be a first release.
(our web designer is currently working on website
http://www.rikarin.org/)
More information about the Digitalmars-d
mailing list