Héctor Ramón Jiménez
91af1c5ed6
Update all examples to Rust 2024
2025-02-21 01:37:14 +01:00
Héctor Ramón Jiménez
ebc4e17ba8
Update wgpu to 23.0
2024-11-05 13:32:14 +01:00
Héctor Ramón Jiménez
91c00e4abf
Move wgpu re-export to root module
...
This seems to fix a `cargo doc` performance issue;
and it makes more sense anyways.
2024-09-20 18:37:17 +02:00
Héctor Ramón Jiménez
a5e69cfb5f
Update wgpu to 22.0
2024-09-20 00:14:47 +02:00
Héctor Ramón Jiménez
aed9a03e3c
Update wgpu to 0.20.1
2024-09-20 00:14:46 +02:00
Héctor Ramón Jiménez
0f2cd1108b
Enable image feature in custom_shader example
2024-09-18 02:26:30 +02:00
Héctor Ramón Jiménez
76737351ea
Re-export variants of Length and alignment types
2024-07-12 18:12:34 +02:00
Héctor Ramón Jiménez
f9dd5cbb09
Introduce helper methods for alignment for all widgets
2024-07-12 15:14:43 +02:00
Héctor Ramón Jiménez
341c9a3c12
Introduce daemon API and unify shell runtimes
2024-06-19 01:53:40 +02:00
Héctor Ramón Jiménez
15057a05c1
Introduce center widget helper
...
... 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.
2024-05-03 09:11:46 +02:00
Héctor Ramón Jiménez
d922b47815
Reintroduce support for custom primitives in iced_wgpu
2024-04-08 15:04:35 +02:00
Héctor Ramón Jiménez
54f44754eb
Move Program to application module
2024-03-17 14:19:12 +01:00
Héctor Ramón Jiménez
28a27f08ed
Remove sandbox by making application more generic 🎉
2024-03-16 19:14:13 +01:00
Héctor Ramón Jiménez
bb71e8481e
Make sandbox helper take a title as well
2024-03-16 16:12:07 +01:00
Héctor Ramón Jiménez
c22269bff3
Introduce Program API
2024-03-16 05:33:47 +01:00
Alexander van Saase
b5f1ca1695
Introduce support for disabling a checkbox
2024-02-01 13:16:28 +01:00
Héctor Ramón Jiménez
7a50e9e8fb
Convert Renderer::Theme to generic Widget type
2024-01-21 17:56:01 +01:00
Héctor Ramón Jiménez
8bf2386972
Remove Compositor window generic
...
And update `glyphon` and `window_clipboard`
2024-01-18 09:55:27 +01:00
Héctor Ramón Jiménez
ab7dae554c
Provide actual bounds to Shader primitives
...
... and allow for proper translation and scissoring.
2023-11-28 23:13:38 +01:00
Héctor Ramón Jiménez
0968c5b64a
Remove unused import in custom_shader example
2023-11-14 15:58:32 +01:00
Héctor Ramón Jiménez
77dfa60c96
Move textures directory outside of src in custom_shader example
2023-11-14 15:49:09 +01:00
Héctor Ramón Jiménez
811aa673e9
Improve module hierarchy of custom_shader example
2023-11-14 15:48:01 +01:00
Héctor Ramón Jiménez
34b5cb75ef
Remove Default implementation in custom_shader example
2023-11-14 14:43:02 +01:00
Héctor Ramón Jiménez
9ddfaf3ee7
Rename cubes to scene in custom_shader example
2023-11-14 14:41:48 +01:00
Héctor Ramón Jiménez
78a06384b1
Use a single source for amount of cubes in custom_shader example
2023-11-14 14:36:38 +01:00
Héctor Ramón Jiménez
63f36b0463
Export wgpu crate in shader module in iced_widget
2023-11-14 14:04:54 +01:00
Héctor Ramón Jiménez
91d7df52cd
Create shader function helper in iced_widget
2023-11-14 13:25:49 +01:00
Héctor Ramón Jiménez
9489e29e66
Re-organize custom module as pipeline module
...
... and move `Shader` widget to `iced_widget` crate
2023-11-14 12:49:49 +01:00
Héctor Ramón Jiménez
33f6262944
Fix clippy lints 🦀
2023-11-14 11:43:38 +01:00
Héctor Ramón Jiménez
3e8ed05356
Update wgpu in custom_shader example
2023-11-14 11:38:16 +01:00
Bingus
781ef1f94c
Added support for custom shader widget for iced_wgpu backend.
2023-11-14 11:31:44 +01:00