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

## Purpose of this Pull Request Crashes may occur when creating a zero-sized window. This can also happen when creating a normal window, if the platform initially creates it with...

B-test

## Purpose of this Pull Request Updated the `wgpu` implementation of the GPU backend to support WebGL. ## Checklist Before Merging Please ensure the following are completed before merging: -...

B-test

Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. Release notes Sourced from winit's releases. Winit version 0.29.15 On X11, fix crash due to xsettings query on systems with...

dependencies
B-test

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.1 Bug fixes: Fixed corrupt JPEG output when attempting to encode images containing an...

dependencies

Currently, the `wgpu` backend is only web-ready if it supports WebGPU. This is due to our usage of certain WebGL2 features that are not universally supported. Given the limited adoption...

enhancement

**Is your feature request related to a problem? Please describe.** support compile to wasm and run in web browser **Known issues and tasks** - [x] compile to wasm - [x]...

enhancement
framework

Interesting project. A few questions, would appreciate realistic answers, because other UI crate owners in my experience often respond with "everything is possible" which is not helpful, 1) Is the...

enhancement

Hello, thanks for your great work. what about supporting RTL languages like Arabic via [cosmic-text](https://github.com/pop-os/cosmic-text)

enhancement

- [x] Introduction #430 v0.1 - [x] Get started (v0.1 required) - [x] Creating an Application #433 - [x] Quick Start #437, #501 - [x] Tutorial: step by step to...

documentation

## Description: Right now, we're using `Label` to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be. ##...