summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-2811-37/+162
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Fix `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2022-01-041-0/+1
|
* Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-051-1/+1
|
* Merge branch 'master' into remove-renderer-traitsLibravatar Héctor Ramón Jiménez2021-10-311-2/+4
|\
| * Update wgpu to 0.11Libravatar Poly2021-10-131-2/+4
| |
* | Rewrite cursor icon logic for `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2021-10-311-5/+5
| |
* | Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-4/+3
| |
* | Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez2021-10-181-1/+0
| |
* | Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-14/+16
|/
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-3/+3
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-3/+3
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-8/+3
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
|
* wgpu: Update to 0.10Libravatar Poly2021-08-193-18/+20
|
* Update `README` in `examples` directoryLibravatar Héctor Ramón Jiménez2021-08-131-2/+1
|
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-137-0/+479