floem icon indicating copy to clipboard operation
floem copied to clipboard

A native Rust UI library with fine-grained reactivity

Results 98 floem issues
Sort by recently updated
recently updated
newest added

Currently, moving the cursor back and forth over the View Tree of the Floem Inspector is enough to consume 100% of a CPU core. Compiled without optimizations, it updates only...

Hi there! I was wondering if someone can give me some pointers on how to implement a absolute layout widget to be used with something like a node graph? I...

![Peek 2024-08-03 18-49](https://github.com/user-attachments/assets/8edc5446-a761-4912-84f7-7fef3d640c10) run master (6e0eb6cd02924c6bb6d5159c3c61e4a05a6b0688) editor example, input text in the middle using ime, but it prepend to begin, not insert after cursor. env: archlinux + fcitx5 5.1.10 but...

![image](https://github.com/user-attachments/assets/3f216d2c-6c93-4cac-8931-c9cdd0c2fc91)

``` thread 'main' panicked at index.crates.io-6f17d22bba15001f/wgpu-0.19.4/src/backend/wgpu_core.rs:3006:5: wgpu error: Validation Error Caused by: In Device::create_texture note: label = `atlas_texture` Dimension X value 10144 exceeds the limit of 8192 ``` Only happens...

Filing this as a placeholder, and will try to address it when I bubble back up out of DSP-code back to UI-land. I'm attempting to use Floem as the UI...

`cargo run` in `examples/widget-gallery` gives blank font, no warn or error. environment is archlinux, closely related to https://github.com/lapce/lapce/issues/607 1. tried rename `~/.config/fontconfig`, no help 2. after install `ttf-dejavu`, the font...