Héctor Ramón Jiménez
|
22ced3485e
|
Introduce feature flags to enable iced_glow
Also keep `iced_wgpu` as the default renderer for the time being.
|
2020-05-27 05:05:13 +02:00 |
|
Héctor Ramón Jiménez
|
ae5e2c6c73
|
Introduce Program and State
|
2020-05-21 04:27:31 +02:00 |
|
Héctor Ramón Jiménez
|
e0e4ee73fe
|
Implement iced_glutin 🎉
|
2020-05-21 00:44:35 +02:00 |
|
Héctor Ramón Jiménez
|
4aed0fa4b6
|
Rename window::Backend to Compositor
|
2020-05-19 20:01:55 +02:00 |
|
Héctor Ramón Jiménez
|
8c8325d0cf
|
Write documentation for the debug feature
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
f5e7e0625e
|
Improve docs for Sandbox and Application
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
26a35b7d7e
|
Clarify return policy of Application::run
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
c4c5216e3b
|
Allow passing external state to Application::new
|
2020-03-30 18:10:15 +02:00 |
|
Héctor Ramón Jiménez
|
be14aca075
|
Make output format of iced_wgpu configurable
|
2020-02-24 20:08:40 +01:00 |
|
Héctor Ramón Jiménez
|
6f7247ca13
|
Rename Settings::use_antialiasing to antialiasing
|
2020-02-18 09:54:24 +01:00 |
|
Héctor Ramón Jiménez
|
9c067562fa
|
Write documentation for new canvas module
|
2020-02-18 08:48:54 +01:00 |
|
Héctor Ramón Jiménez
|
570f769744
|
Rename Settings::antialiasing to use_antialiasing
|
2020-02-15 10:50:07 +01:00 |
|
Héctor Ramón Jiménez
|
dadae12253
|
Implement MSAA for triangle pipeline in iced_wgpu
|
2020-02-15 10:08:27 +01:00 |
|
Héctor Ramón Jiménez
|
f1e20a61f1
|
Allow iced_wgpu to render to any TextureView
|
2020-02-09 03:25:13 +01:00 |
|
Héctor Ramón Jiménez
|
6d46833eb2
|
Support event subscriptions in iced_web
Also improves the overall web runtime, avoiding nested update loops.
|
2020-02-04 03:28:47 +01:00 |
|
Héctor Ramón Jiménez
|
90690702e1
|
Add Application::Executor associated type
|
2020-01-20 04:47:36 +01:00 |
|
Héctor Ramón Jiménez
|
c96492b956
|
Expose window::Mode in iced
Although the Fullscreen API in the Web platform has some limitations, it
is still useful to be able to support fullscreen on the native side.
|
2020-01-16 05:54:22 +01:00 |
|
Elliott Mahler
|
7f9e5765d2
|
Remove Clone bound on Application::Message
|
2020-01-12 19:21:38 -08:00 |
|
Héctor Ramón Jiménez
|
d96ced8e2d
|
Allow configuration of default font
|
2020-01-01 17:49:48 +01:00 |
|
Héctor Ramón Jiménez
|
9ca65c9f18
|
Fix missing Subscription type in iced_web
|
2019-12-18 23:57:02 +01:00 |
|
Héctor Ramón Jiménez
|
d6c3da21f7
|
Write docs for subscriptions and reorganize a bit
|
2019-12-14 05:56:46 +01:00 |
|
Héctor Ramón Jiménez
|
d575f45411
|
Draft first version of event subscriptions 🎉
|
2019-12-05 06:10:13 +01:00 |
|
Héctor Ramón Jiménez
|
d70021fa68
|
Allow Application configuration with Settings
|
2019-11-25 14:17:13 +01:00 |
|
Héctor Ramón Jiménez
|
9f3abe9202
|
Spawn Command futures in iced_web
|
2019-11-24 11:26:28 +01:00 |
|
Héctor Ramón Jiménez
|
d0f79d2779
|
Make tour work with iced_web again 🎉
- Implements `TextInput`, `Scrollable`, and `Container`
- Adds basic style generation
|
2019-11-23 20:23:38 +01:00 |
|
Héctor Ramón Jiménez
|
a7dba612f0
|
Write docs for iced and iced_native
|
2019-11-22 19:36:57 +01:00 |
|
Héctor Ramón Jiménez
|
ba56a561b2
|
Implement iced::Sandbox trait for simple apps
|
2019-11-21 18:00:27 +01:00 |
|