-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily)!
-
A C++ platform implementation for STM32H7 exists in https://github.com/slint-ui/printerdemo-stm32h7-cpp/tree/master/Platform . This should be generalised to work on top of any of the STM32 BSPs that p…
-
Hi, is there any way to create pop-ups like for right click menus with winit? Since right-click menus can also go across the borders of a window, I suppose they need to have their own window and surfa…
-
The Node.js tests crash on Windows in the CI:
The last message is
`fatal runtime error: thread::set_current should only be called once per thread`
and then the process exits with `STATUS_STAC…
-
Skype Tuesday 10:00 am, @gsautter @slint @myrmoteras
Agenda:
* Treatment metadata loose ends to clean up before publishing data
* upload procedure
* Technical description of treatment type
…
-
### Feature
We need a GUI for new `cameleon` users and for debugging purposes.
Probably this should be done in another repository.
### Implementation
:keyboard:
### Drawbacks
None
Y-Nak updated
2 years ago
-
A common UI use case that needs a little bit of math and maybe too much math for UX people is mapping ranges. Say I want to map the x position of an animated items that move across the screen. I then …
-
...as can be seen on the screenshot with approximate pixel margins.
![Screenshot_20241020_175441-slint](https://github.com/user-attachments/assets/9dde6be6-aeaa-435b-a662-0f2b84d7955a)
The compone…
-
linux fedora 40 wayland
```ts
import * as slint from "npm:slint-ui@1.7.1";
const ui = slint.loadSource(
"export component Window { }",
"main.js",
);
new ui.Window().run();
```
```
deno r…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…