Héctor Ramón Jiménez
|
3f67044977
|
Merge branch 'master' into beacon
|
2025-04-05 18:20:31 +02:00 |
|
Héctor Ramón Jiménez
|
cd27dae8ab
|
Fix submission in integration example
|
2025-04-03 20:36:30 +02:00 |
|
Héctor Ramón Jiménez
|
e060129951
|
Merge branch 'master' into beacon
|
2025-04-01 02:18:20 +02:00 |
|
Héctor Ramón Jiménez
|
576dd22733
|
Split local state from Engine in iced_wgpu
|
2025-03-24 20:22:15 +01:00 |
|
Héctor Ramón Jiménez
|
ebfcb65841
|
Merge branch 'master' into beacon
|
2025-03-11 22:25:06 +01:00 |
|
Héctor Ramón Jiménez
|
fb2544021a
|
Update wgpu to 24 and use cryoglyph fork
Co-authored-by: Winfried Baumann <codewing@web.de>
|
2025-03-09 01:38:34 +01:00 |
|
Héctor Ramón Jiménez
|
8bd5de72ea
|
Merge branch 'master' into beacon
|
2025-03-04 19:11:37 +01:00 |
|
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
|
a5e69cfb5f
|
Update wgpu to 22.0
|
2024-09-20 00:14:47 +02:00 |
|
Héctor Ramón Jiménez
|
afa8ad3b11
|
Fix integration example
|
2024-08-12 03:10:46 +02:00 |
|
Héctor Ramón Jiménez
|
e400f972c1
|
Introduce window::Id to Event subscriptions
And remove `window::Id` from `Event` altogether.
|
2024-06-10 22:03:46 +02:00 |
|
Héctor Ramón Jiménez
|
aaf396256e
|
Merge branch 'master' into beacon
|
2024-05-09 12:32:25 +02:00 |
|
Héctor Ramón Jiménez
|
2645524f88
|
Update winit to 0.30
|
2024-05-07 16:07:56 +02:00 |
|
Héctor Ramón Jiménez
|
547446f0de
|
Fix windows fighting over shared image::Cache
Image caches are local to each window now.
|
2024-05-06 12:23:44 +02:00 |
|
Héctor Ramón Jiménez
|
2c6fd9ac14
|
Make arguments of Renderer::new explicit in iced_wgpu
|
2024-04-08 15:35:54 +02:00 |
|
Héctor Ramón Jiménez
|
b05e61f5c8
|
Redesign iced_wgpu layering architecture
|
2024-04-03 21:07:54 +02:00 |
|
rustrover
|
500ba962d1
|
fix some comments
Signed-off-by: rustrover <seekseat@126.com>
|
2024-03-09 15:26:37 +08:00 |
|
Héctor Ramón Jiménez
|
905f2160e6
|
Move Theme type to iced_core
|
2024-03-07 00:14:41 +01:00 |
|
Héctor Ramón Jiménez
|
dd36893f7a
|
Introduce iced_sentinel and iced_debug crates
|
2024-02-26 07:00:51 +01:00 |
|
Héctor Ramón Jiménez
|
04df889cac
|
Use two layers for image::atlas only on Gl backend
|
2024-02-19 08:18:51 +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
|
64d1ce5532
|
Refactor KeyCode into Key and Location
|
2024-01-16 13:28:00 +01:00 |
|
Héctor Ramón Jiménez
|
e819c2390b
|
Update winit to 0.29.4
|
2023-12-15 13:39:00 +01:00 |
|
Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|
Bingus
|
781ef1f94c
|
Added support for custom shader widget for iced_wgpu backend.
|
2023-11-14 11:31:44 +01:00 |
|
Héctor Ramón Jiménez
|
b277625546
|
Revert "Chore: Apply clippy map transformations"
This reverts commit c997aad85d.
|
2023-09-20 16:26:43 +02:00 |
|
Héctor Ramón Jiménez
|
f8f1a86344
|
Fix clippy::manual_let_else
|
2023-09-20 05:30:08 +02:00 |
|
Yuri Astrakhan
|
c997aad85d
|
Chore: Apply clippy map transformations
Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
|
2023-09-19 01:46:46 -04:00 |
|
Héctor Ramón Jiménez
|
b8e5693a30
|
Merge branch 'master' into explicit-text-caching
|
2023-09-10 00:34:21 +02:00 |
|
Thomas
|
fbc9ef74c4
|
Change init_with_level to init in examples
|
2023-09-09 22:42:41 +02:00 |
|
Héctor Ramón Jiménez
|
f468e25d0c
|
Use workspace dependencies and package inheritance
We are also taking this as a chance to synchronize
the versions of all the crates! Because of this, we
will skip the `0.11` version.
|
2023-09-04 13:08:17 +02:00 |
|
Héctor Ramón Jiménez
|
6cc354fdc4
|
Update wgpu to 0.17
|
2023-09-03 00:21:04 +02:00 |
|
Héctor Ramón Jiménez
|
ed3454301e
|
Implement explicit text caching in the widget state tree
|
2023-08-30 04:31:21 +02:00 |
|
Bingus
|
d53ccc857d
|
refactored window storage;
new helper window events (Destroyed, Created);
clippy + fmt;
|
2023-07-21 13:53:38 -07:00 |
|
Bingus
|
633f405f3f
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
# Conflicts:
# Cargo.toml
# core/src/window/icon.rs
# core/src/window/id.rs
# core/src/window/position.rs
# core/src/window/settings.rs
# examples/integration/src/main.rs
# examples/integration_opengl/src/main.rs
# glutin/src/application.rs
# native/src/subscription.rs
# native/src/window.rs
# runtime/src/window/action.rs
# src/lib.rs
# src/window.rs
# winit/Cargo.toml
# winit/src/application.rs
# winit/src/icon.rs
# winit/src/settings.rs
# winit/src/window.rs
|
2023-07-12 12:23:18 -07:00 |
|
Héctor Ramón Jiménez
|
733c2bd9f5
|
Use mouse::Cursor in integration example
|
2023-06-08 20:45:48 +02:00 |
|
Héctor Ramón Jiménez
|
aba98e4965
|
Extend cursor availability to the shell level
|
2023-06-08 20:35:40 +02:00 |
|
Héctor Ramón Jiménez
|
8e8808f0e1
|
Merge branch 'master' into advanced-text
|
2023-05-02 06:40:48 +02:00 |
|
Héctor Ramón Jiménez
|
88d3247717
|
Fix build of integration example for Wasm target
|
2023-04-27 15:17:06 +02:00 |
|
Héctor Ramón Jiménez
|
4bae457c37
|
Merge branch 'master' into advanced-text
|
2023-04-17 23:41:12 +02:00 |
|
Héctor Ramón Jiménez
|
c0431aedd3
|
Update wgpu and cosmic-text
|
2023-04-08 04:47:05 +02:00 |
|
Héctor Ramón Jiménez
|
99e0a71504
|
Rename iced_native to iced_runtime
|
2023-03-05 06:35:20 +01:00 |
|
Héctor Ramón Jiménez
|
3a0d34c024
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
Héctor Ramón Jiménez
|
730d6a0756
|
Reuse a RenderPass as much as possible in iced_wgpu
|
2023-02-24 13:37:31 +01:00 |
|
Héctor Ramón Jiménez
|
b8c1809ea1
|
Refactor triangle::Pipeline into prepare and render architecture
And get rid of the staging belt! 🎉
|
2023-02-24 13:37:31 +01:00 |
|
Héctor Ramón Jiménez
|
baf51a8fcf
|
Draft glyphon implementation of text pipeline for iced_wgpu
|
2023-02-24 13:19:48 +01:00 |
|
Héctor Ramón Jiménez
|
b9a9576207
|
Remove iced_glow, glyph-brush, and wgpu_glyph dependencies
|
2023-02-24 13:17:58 +01:00 |
|
Héctor Ramón Jiménez
|
77a0b68aa1
|
Rename integration examples
|
2021-08-13 20:12:07 +07:00 |
|
Héctor Ramón
|
45778ed598
|
Merge pull request #667 from BillyDM/wgpu_outdatedframe
Don't panic when wgpu swapchain frame is outdated
|
2021-08-05 14:44:32 +07:00 |
|
Héctor Ramón Jiménez
|
f3916decf2
|
Fix typo in integration example
|
2021-08-04 18:20:25 +07:00 |
|