summaryrefslogtreecommitdiffstats
path: root/examples/custom_shader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-3/+3
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-3/+7
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-7/+2
| | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
* Reintroduce support for custom primitives in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-04-081-15/+18
|
* Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez2024-03-171-7/+3
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-3/+7
|
* 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-29/+20
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-5/+2
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-3/+3
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-0/+2
| | | | And update `glyphon` and `window_clipboard`
* Provide actual bounds to `Shader` primitivesLibravatar Héctor Ramón Jiménez2023-11-283-24/+24
| | | | ... and allow for proper translation and scissoring.
* Remove unused import in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-141-1/+0
|
* Move `textures` directory outside of `src` in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-148-7/+7
|
* Improve module hierarchy of `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-149-126/+121
|
* Remove `Default` implementation in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-141-10/+7
|
* Rename `cubes` to `scene` in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-142-31/+31
|
* Use a single source for amount of cubes in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-141-4/+1
|
* Export `wgpu` crate in `shader` module in `iced_widget`Libravatar Héctor Ramón Jiménez2023-11-147-2/+11
|
* Create `shader` function helper in `iced_widget`Libravatar Héctor Ramón Jiménez2023-11-141-4/+3
|
* Re-organize `custom` module as `pipeline` moduleLibravatar Héctor Ramón Jiménez2023-11-142-10/+16
| | | | ... and move `Shader` widget to `iced_widget` crate
* Fix `clippy` lints :crab:Libravatar Héctor Ramón Jiménez2023-11-143-7/+7
|
* Update `wgpu` in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-142-8/+17
|
* Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus2023-11-1419-0/+1619