freya
freya copied to clipboard
Cross-platform GUI library for π¦ Rust powered by 𧬠Dioxus and π¨ Skia.
> Actual implementation https://github.com/marc2332/freya-editor/blob/main/src/controlled_virtual_scroll_view.rs Currently, both `ScrollView` and `VirtualScrollView` have uncontrolled scrolling, meaning you cannot manually control the behavior/state of their scroll. This could be a good way to make...
This will help people understand the internal architecture.
Would be cool to be able to specify test IDs/categories so you can then quickly search them when running unit tests using `freya-testing`
I ran into this issue when I have a `SyncSignal` being updated in a thread. I think it got something to do with it being set too quickly between render?...
Waiting for https://github.com/rust-windowing/glutin/pull/1675
I encounter this error when I resize my app really quick. It doesn't happen on freya examples so I'm not sure what is causing this. ``` thread 'main' panicked at...
Changes the `onclick` event handler of `Button` to `onpress` because it will now work with: - π±οΈ Click events - β¨οΈ Enter events when focused - π Touch events