Héctor Ramón Jiménez
|
be14aca075
|
Make output format of iced_wgpu configurable
|
2020-02-24 20:08:40 +01:00 |
|
FabianLars
|
e8bf0fc099
|
styling example fixed (added selection_color)
|
2020-02-23 11:25:48 +01:00 |
|
Héctor Ramón Jiménez
|
b0cf47cc2b
|
Create README files for all the examples
|
2020-02-21 15:20:05 +01:00 |
|
Piaoger
|
23fe47bdcb
|
Fix sample file path for svg example
Sample tiger.svg is move to resources after directory restructuring. This change is to correct the path
|
2020-02-20 17:28:42 +08: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
|
f5c80a6d75
|
Upgrade Mesh2D indices from u16 to u32
|
2020-02-14 05:42:19 +01:00 |
|
Héctor Ramón Jiménez
|
ad3a0a184f
|
Add solar_system example
|
2020-02-14 05:33:58 +01:00 |
|
Héctor Ramón Jiménez
|
76df374624
|
Implement additional methods in path::Builder
|
2020-02-14 02:23:41 +01:00 |
|
Héctor Ramón Jiménez
|
979edeb213
|
Fix clock example eventually skipping a second
|
2020-02-12 22:38:36 +01:00 |
|
Héctor Ramón Jiménez
|
e7c400a0aa
|
Improve naming in clock example
|
2020-02-12 22:13:59 +01:00 |
|
Héctor Ramón Jiménez
|
9dc9305d93
|
Remove redundant conversion in clock example
|
2020-02-12 22:10:00 +01:00 |
|
Héctor Ramón Jiménez
|
265c08661c
|
Fix circle end_angle in clock example
|
2020-02-12 22:08:49 +01:00 |
|
Héctor Ramón Jiménez
|
4a24392c9c
|
Simplify Clock::new in clock example
|
2020-02-12 09:21:13 +01:00 |
|
Héctor Ramón Jiménez
|
1beeaf9db5
|
Fix examples using Mesh2D
|
2020-02-12 09:12:15 +01:00 |
|
Héctor Ramón Jiménez
|
96b36d0f9e
|
Increase line width in clock example
|
2020-02-12 09:00:44 +01:00 |
|
Héctor Ramón Jiménez
|
578ea4abb8
|
Finish clock example
|
2020-02-12 08:49:42 +01:00 |
|
Héctor Ramón Jiménez
|
74dd79e97f
|
Rename current Path to path::Builder
|
2020-02-12 06:41:24 +01:00 |
|
Héctor Ramón Jiménez
|
4777f5d787
|
Remove unnecessary Arc from clock example
|
2020-02-12 04:00:13 +01:00 |
|
Héctor Ramón Jiménez
|
f436f20eb8
|
Draft Canvas types and clock example
|
2020-02-12 03:47:36 +01:00 |
|
Héctor Ramón Jiménez
|
4337daddb2
|
Add integration example to examples README
|
2020-02-10 19:38:22 +01:00 |
|
Héctor Ramón Jiménez
|
4d7979aa77
|
Add integration example
It showcases how to integrate iced in an existing graphical application.
|
2020-02-09 05:32:56 +01:00 |
|
Héctor Ramón Jiménez
|
36e617ae70
|
Implement local storage for todos example in Wasm
|
2020-02-06 05:56:23 +01:00 |
|
Héctor Ramón Jiménez
|
679d758627
|
Remove wasm_bindgen(start) from tour example
|
2020-02-06 05:23:05 +01:00 |
|
Héctor Ramón Jiménez
|
f719ba3f4e
|
Add font-family to Text style in iced_web
|
2020-02-06 05:03:11 +01:00 |
|
Héctor Ramón Jiménez
|
ad500441af
|
Allow switching executor::Default with features
|
2020-02-06 03:56:21 +01:00 |
|
Héctor Ramón Jiménez
|
e8316b2087
|
Allow todos example to compile to wasm32
|
2020-02-06 03:06:39 +01:00 |
|
Héctor Ramón Jiménez
|
acfc815e1d
|
Let checkbox breathe in styling example
|
2020-02-06 01:24:04 +01:00 |
|
Héctor Ramón Jiménez
|
9df3fb13c7
|
Make pokedex example work on Wasm
|
2020-02-05 04:15:45 +01:00 |
|
Héctor Ramón Jiménez
|
8f52604987
|
Use reqwest and tokio in pokedex example
|
2020-02-05 01:40:27 +01:00 |
|
Héctor Ramón Jiménez
|
0bdf1f23b5
|
Shorten examples README
|
2020-01-25 12:11:59 +01:00 |
|
Héctor Ramón Jiménez
|
7f4ca71125
|
Fix empty message alignment in todos example
|
2020-01-23 15:10:31 +01:00 |
|
Héctor Ramón Jiménez
|
63fc539a25
|
Make title consistent in counter example
|
2020-01-22 11:21:29 +01:00 |
|
Héctor Ramón Jiménez
|
3124450aff
|
Center items in counter example
|
2020-01-22 11:21:16 +01:00 |
|
Héctor Ramón Jiménez
|
8957883a88
|
Merge branch 'feature/custom-runtime'
|
2020-01-21 00:56:49 +01:00 |
|
Héctor Ramón Jiménez
|
92af1b1c12
|
Fix todos build workflow
|
2020-01-21 00:37:57 +01:00 |
|
Héctor Ramón Jiménez
|
bc611cf51c
|
Make image support optional in iced_wgpu
This reduces binary size when image rendering is not necessary a
considerable amount.
|
2020-01-20 11:19:42 +01:00 |
|
Héctor Ramón Jiménez
|
03da887339
|
Update examples README
|
2020-01-20 07:37:09 +01:00 |
|
Héctor Ramón Jiménez
|
fd36510807
|
Add README for todos example
|
2020-01-20 07:36:59 +01:00 |
|
Héctor Ramón Jiménez
|
4722695800
|
Add README for styling example
|
2020-01-20 07:22:10 +01:00 |
|
Héctor Ramón Jiménez
|
6e784e29de
|
Add README for pokedex example
|
2020-01-20 07:21:56 +01:00 |
|
Héctor Ramón Jiménez
|
e2ec092aec
|
Add README for tour example
|
2020-01-20 06:40:20 +01:00 |
|
Héctor Ramón Jiménez
|
7cea737115
|
Package examples and remove dev-dependencies
|
2020-01-20 06:27:01 +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
|
32f7ca261f
|
Implement subscription::Tracker in iced_core
|
2020-01-19 08:36:44 +01:00 |
|
Héctor Ramón Jiménez
|
dba538eb4d
|
Add instructions to bezier_tool example
|
2020-01-11 01:10:59 +01:00 |
|
Héctor Ramón Jiménez
|
351d90c339
|
Fix bezier_tool example
|
2020-01-11 00:48:12 +01:00 |
|
Héctor Ramón Jiménez
|
de71776e02
|
Merge branch 'master' into paint-example
|
2020-01-11 00:44:56 +01:00 |
|