summaryrefslogtreecommitdiffstats
path: root/examples/modern_art/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-143/+0
|
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-2/+3
|
* Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-081-0/+2
|
* Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-031-14/+7
|
* Adjusted reexports for clarity.Libravatar shan2022-10-071-1/+1
|
* Added support for relative positioning of gradient fills. Addressed some PR ↵Libravatar shan2022-10-071-17/+24
| | | | feedback.
* Added support for gradients to respect current frame transform.Libravatar shan2022-10-061-17/+16
|
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-061-3/+2
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-051-1/+1
| | | | gradient uniforms on OpenGL side to be more performant.
* Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-5/+4
|
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-3/+4
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Fixed some importing issues since you can use a Shader::Gradient outside a ↵Libravatar shan2022-09-301-1/+2
| | | | Canvas widget, where it was previously only accessible.
* Fixed issue where OpenGL would not render both shaders at once under certain ↵Libravatar shan2022-09-291-1/+1
| | | | circumstances.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-0/+141