Ribir icon indicating copy to clipboard operation
Ribir copied to clipboard

Non-intrusive GUI framework for Rust

Results 44 Ribir issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. Changelog Sourced from image's changelog. Version 0.25.2 Features: Added the HDR encoder to supported formats in generic write methods with...

dependencies

Updates the requirements on [icrate](https://github.com/madsmtm/objc2) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...

dependencies
B-test

**Steps To Reproduce** run todo example on master, input chinese text, text not rendered correctly. also because of no subpixel rendering said in https://github.com/RibirX/Ribir/discussions/608, i can see "1"s have inconsistent...

bug

**Problem** I am trying to follow the tutorial by writing the example step by step and using > ribir = {git = "https://github.com/RibirX/Ribir.git", features = ["material", "widgets"]} in cargo.toml Coming...

bug
documentation

In widget-based applications, there's often a need to share data across widgets. While one approach is to pass data from parent to child widgets, this can become cumbersome in deeply...

enhancement

**Problem** Ribir panics when opening any Ribir program on macOS. Error message: ``` thread 'main' panicked at /Users/****/.cargo/registry/src/index-crates.io-6f17d22bba15001f/wgpu-0.20.0/src/backend/wgpu_core.rs:2996:5: wgpu error: Validation Error Caused by: In Device::create_render_pipeline note: label = `Color...

bug
help wanted

In our current painter architecture, the painter generates path commands and the backend renders them. These two processes are completely independent, with only a `PainterResult` passed from the Painter to...

enhancement
framework
L-Easy

```rust @FilledButton { @ { Label::new("OK") } } ``` It seems that the` Label `is just using the system default font, not the embedded Roboto font.

## Purpose of this Pull Request *Please briefly describe what this Pull Request is aiming to achieve.* ## Checklist Before Merging Please ensure the following are completed before merging: -...

B-test