slint
slint copied to clipboard
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
### Bug Description Dear maintainers, we are receiving some reports (not 100% reproducible) that under WSL 2, the Slint window is being shown with the background completely transparent. https://community.toradex.com/t/installing-torizon/27896 ...
This is a continuation of work I started last week, cleaning up the live preview and sits on top of my PRs from Friday (which are included here again since...
I just released a new version of `fdsm`, which notably moves `ttf-parser` integration into a separate crate.
### Bug Description When using Skia with DirectX12, background transparency won't work at all, upon using background: transparent;, it will be just black, otherwise just simply the color defined, without...
### Bug Description - What is the bug? Line caps on paths, don't seem to render correctly with the Qt and Winit backends. - What behavior did you expect, and...
### Bug Description When trying to open the preview on any example on macOS, the language server crashes with this error: ``` 2025-05-21 10:54:03.358 slint-lsp[1480:13643] -[BronzeMtlTexture gpuResourceID]: unrecognized selector sent...
### Bug Description I am creating a simple menubar and associated item, when I click the item the callback is called then the application freezes and crashes. ### Reproducible Code...
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu.  Closes #7791
### Bug Description Upon getting vulkan to work by doing: .cargo/config.yml: [env] SKIA_BINARIES_URL = "https://github.com/rust-skia/skia-binaries/releases/download/0.84.0/skia-binaries-8df1749a67a2800c2904-x86_64-pc-windows-msvc-d3d-gl-svg-textlayout-vulkan.tar.gz" And requiring vulkan in the code: BackendSelector::new().require_vulkan().select()?; Resizing the UI is extremely laggy, the texts...
### Bug Description In the example below change line 17 from `preferred-width: 50px` to `preferred-width: 100%`. Often the live-preview won't update till you click refresh. Then undoing it sometimes won't...