Richard

Results 5 issues of Richard

Allows the application to render in an offscreen buffer instead of the onscreen framebuffer. This would allow the application to render and save the screen content into a file. I'm...

feature

This PR fixes sRGB support for the `wgl` and `egl` backends (which I encountered while trying sRGB with OpenGL ES). - [x] Tested on all platforms changed - [x] Compilation...

platform: Windows
status: needs review

This PR *roughly* implements multi-window support, as described in the RFC: https://github.com/iced-rs/rfcs/pull/8. The `multi_window` example showcases a multi-window version of the `pane_grid` example. **Note:** This is still work-in-progress, and will...

feature
rendering
shell

This proposal aims to introduce the concept of multi-windowed applications to iced, while conforming as best as possible to its current architecture and goals. [Rendered](https://github.com/derezzedex/rfcs/blob/multi-window/text/0008-multi-window.md)

enhancement

This PR introduces a `text` macro in the `widget::helpers` module analogous to the [`std::format`](https://doc.rust-lang.org/std/macro.format.html) macro. ### Implementation This is a simple macro similar to the `row` and `column` helper macros,...

feature
text
developer experience
widget
addition