On Tuesday, 13 August 2019 at 09:44:59 UTC, Russel Winder wrote:
On Mon, 2019-08-12 at 20:01 +0000, DanielG via
Digitalmars-d-learn wrote:
[...]
GtkD allows for "reactive" UI.
https://www.reactivemanifesto.org/
There is also Qt, I haven't tried any of the D bindings to Qt,
but given Qt is event loop based I am sure it allows for
"reactive" UI as well – it definitely does using Python/PySIDE2.
GTK+ doesn't have the equivalent of the stage/engine of QML.
QML is Qt's
version of JavaFX, so you do not need a browser to get a
dynamic reactive UI.
I want my back end to be in D. I want to write the app in D. I am
comfortable with JavaFX, adobe flex and Kotlin, c# to some extent