index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
custom_shader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
2
-3
/
+3
*
Update `wgpu` to `23.0`
Héctor Ramón Jiménez
2024-11-05
1
-4
/
+4
*
Move `wgpu` re-export to root module
Héctor Ramón Jiménez
2024-09-20
1
-1
/
+1
*
Update `wgpu` to `22.0`
Héctor Ramón Jiménez
2024-09-20
1
-0
/
+2
*
Update `wgpu` to `0.20.1`
Héctor Ramón Jiménez
2024-09-20
1
-0
/
+8
*
Enable `image` feature in `custom_shader` example
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-5
/
+4
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-3
/
+7
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-7
/
+2
*
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-15
/
+18
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-7
/
+3
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-3
/
+7
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
1
-2
/
+1
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-29
/
+20
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
1
-5
/
+2
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-3
/
+3
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
1
-0
/
+2
*
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
2023-11-28
3
-24
/
+24
*
Remove unused import in `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
1
-1
/
+0
*
Move `textures` directory outside of `src` in `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
8
-7
/
+7
*
Improve module hierarchy of `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
9
-126
/
+121
*
Remove `Default` implementation in `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
1
-10
/
+7
*
Rename `cubes` to `scene` in `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
2
-31
/
+31
*
Use a single source for amount of cubes in `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
1
-4
/
+1
*
Export `wgpu` crate in `shader` module in `iced_widget`
Héctor Ramón Jiménez
2023-11-14
7
-2
/
+11
*
Create `shader` function helper in `iced_widget`
Héctor Ramón Jiménez
2023-11-14
1
-4
/
+3
*
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
2023-11-14
2
-10
/
+16
*
Fix `clippy` lints :crab:
Héctor Ramón Jiménez
2023-11-14
3
-7
/
+7
*
Update `wgpu` in `custom_shader` example
Héctor Ramón Jiménez
2023-11-14
2
-8
/
+17
*
Added support for custom shader widget for iced_wgpu backend.
Bingus
2023-11-14
19
-0
/
+1619