summaryrefslogtreecommitdiffstats
path: root/examples/arc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez2024-03-171-1/+1
|
* Remove `Sandbox` trait :tada:Libravatar Héctor Ramón Jiménez2024-03-171-1/+1
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-1/+1
|
* Make `sandbox` helper take a `title` as wellLibravatar Héctor Ramón Jiménez2024-03-161-2/+1
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-36/+18
|
* Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
|
* Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-031-1/+1
| | | | Rename `canvas` modules to `geometry` in graphics subcrates
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-4/+5
|
* Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-2/+2
|
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-2/+2
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-7/+7
|
* Enable `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-272-4/+6
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-273-0/+147