4 ms·
Slint recently added Bevy support. I’ve been keeping an eye on it since I’ve used Qt and love working in Qml.
by spease 1y ago
Slint recently added Bevy support. I’ve been keeping an eye on it since I’ve used Qt and love working in Qml.
- echelon 1y agoSlint cites Javascript. Is it another Electron/Tauri-like?
- jenadine 1y agoSlint 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 1y agoNo, it's like Qt and QML.
- Ygg2 1y agoWhat?! No. It's Rust GUI toolkit. I swear people see JS support and think Electron.