top | item 44747065

(no title)

spease | 7 months ago

Slint recently added Bevy support. I’ve been keeping an eye on it since I’ve used Qt and love working in Qml.

discuss

order

echelon|7 months ago

Slint cites Javascript. Is it another Electron/Tauri-like?

jenadine|7 months ago

Slint does not use a browser. Instead, it has its own runtime written in rust and uses a custom DSL to describe the UI.

It has API for different programming language.

For Javascript, it uses node or deno for the application logic, and then spawn the UI with its own runtime without the browser.

In a way it is the opposite which took the JS runtime out of electron to replace it with a Rust API, while Slint keeps the JS runtime but swaps the browser for its own runtime (for the JS dev point of view)

Narishma|7 months ago

No, it's like Qt and QML.

Ygg2|7 months ago

What?! No. It's Rust GUI toolkit. I swear people see JS support and think Electron.