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

Tobias Hunger tobias.hunger at slint.dev
Sat Oct 14 11:52:00 UTC 2023


On Saturday, 14 October 2023 at 11:32:56 UTC, d007 wrote:
> Correct me if I am wrong.
>
> The Slint c++ version not need link into any object binary 
> generate by rust ?  (or need link into a static library build 
> from rust?)

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


More information about the Digitalmars-d mailing list