-
Steps:
1. use skia backend
2. draw a 1px rectangle border
3. run at 125% scaling, I could repro using: `SLINT_SCALE_FACTOR=1.25`
4. resize the window to make the rectangle move a bit
![Screensh…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I'm trying to compile an SLint applic…
-
Your [`SampleComponent` Rust docs](https://releases.slint.dev/1.7.1/docs/rust/slint/docs/generated_code/struct.samplecomponent) suggest that generated components implement `Send` and `Sync…
-
slint updated
2 months ago
-
I turned default features off with `default-features = false` in `Cargo.toml` and didn't enable the `renderer-software` feature. Then I ran `cargo doc` and got the following error:
```
…
-
It's pretty normal to quit running windows on Mac this way and a surprise to see the crash message.
-
* Get examples for MfN upload
* organize Skype withe Rudolf Thursday or Wednesday afternoon
-
I tried building an apk with xbuild and slint 1.7.1 for the [weather demo](https://github.com/slint-ui/slint/tree/v1.7.1/examples/weather-demo) example, but it gives me this error:
```
~/.../examp…
-
I am trying to use slint with cpp on debian 12. I have created a simple cmake project to see if I can build slint-cpp within my project. I extracted the latest release of slint in my source directly…
-
At the moment only the FemtoVG renderer and Skia with OpenGL and Vulkan are supported.
We should add support for allocating DUMB buffers and the ability to render into them using our software rende…