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
/
src
/
main.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-20
Move `wgpu` re-export to root module
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-5
/
+4
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-3
/
+7
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-7
/
+2
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-7
/
+3
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-3
/
+7
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-29
/
+20
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
1
-5
/
+2
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-3
/
+3
2023-11-28
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
1
-13
/
+8
2023-11-14
Improve module hierarchy of `custom_shader` example
Héctor Ramón Jiménez
1
-6
/
+1
2023-11-14
Remove `Default` implementation in `custom_shader` example
Héctor Ramón Jiménez
1
-10
/
+7
2023-11-14
Rename `cubes` to `scene` in `custom_shader` example
Héctor Ramón Jiménez
1
-21
/
+21
2023-11-14
Use a single source for amount of cubes in `custom_shader` example
Héctor Ramón Jiménez
1
-4
/
+1
2023-11-14
Export `wgpu` crate in `shader` module in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-14
Create `shader` function helper in `iced_widget`
Héctor Ramón Jiménez
1
-4
/
+3
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
1
-3
/
+8
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+174