slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.94k stars 568 forks source link

is there any plan for slint-ui 's designer software ? #4652

Closed sky5454 closed 7 months ago

sky5454 commented 7 months ago

A designer software is really important for a GUI library, so is there any plan for designer software like QT designer for Slint-UI ?

ogoffart commented 7 months ago

Yes there is. This is already tracked in https://github.com/slint-ui/slint/issues/695

(We're making some progress on this. You can set the SLINT_ENABLE_EXPERIMENTAL_FEATURES=1 env variable and run the nightly vscode extension or the slint-lsp from master, The preview will have a "design" mode where you can drag and drop widgets)