slint GUI, for RUST, C++, nodejs, dotnet. cloud add Dlang support

d007 d007 at gmail.com
Sat Oct 14 15:19:46 UTC 2023


On Saturday, 14 October 2023 at 11:52:00 UTC, Tobias Hunger wrote:
> The slint code is turned into C++ code. That code calls into a 
> small runtime library written in Rust. That library exposes a 
> classic C-style interface.
>
> There is more c++ code that provides C++ types to conveniently 
> work with the generated code, which either wraps more of that 
> rust library or just re-implements parts of it in c++.

Thanks for explain.


I believe Slint will work for D as well as C++. D is able to call 
C-style interface function direct, and has a great type system to 
work with rust type.


More information about the Digitalmars-d mailing list