Héctor Ramón Jiménez
|
335ad1dd1d
|
Enable feature flags in docs.rs
|
2020-04-05 04:52:03 +02:00 |
|
Héctor Ramón Jiménez
|
d0cca658a1
|
Bump all versions 🎉
|
2020-04-02 17:40:20 +02:00 |
|
Théo Gaillard
|
0539cd1b85
|
refactor: remove not mandatory static lifetime
|
2020-03-30 06:39:10 +08:00 |
|
Songtronix
|
fff333f89b
|
Add example for download with progress tracking
|
2020-03-23 17:53:57 +01:00 |
|
Héctor Ramón Jiménez
|
56ba6215a2
|
Add simple pane_grid example
|
2020-03-17 04:23:28 +01:00 |
|
Héctor Ramón Jiménez
|
858c086eee
|
Remove pane_grid example for now
It's too contrived. I will work on something simpler.
|
2020-03-14 03:41:12 +01:00 |
|
Héctor Ramón Jiménez
|
6151c52824
|
Rename Panes widget to PaneGrid
|
2020-03-10 02:57:13 +01:00 |
|
Héctor Ramón Jiménez
|
012b4adec7
|
Draft Panes widget and panes example
|
2020-03-04 04:10:26 +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
|
f436f20eb8
|
Draft Canvas types and clock example
|
2020-02-12 03:47:36 +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
|
ad500441af
|
Allow switching executor::Default with features
|
2020-02-06 03:56:21 +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
|
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
|
b5b17ed4d8
|
Create iced_futures and wire everything up
|
2020-01-19 10:17:44 +01:00 |
|
Héctor Ramón Jiménez
|
de71776e02
|
Merge branch 'master' into paint-example
|
2020-01-11 00:44:56 +01:00 |
|
hatoo
|
e7df33d752
|
Add paint example
|
2020-01-06 20:28:11 +09:00 |
|
Héctor Ramón Jiménez
|
e1062a02d1
|
Move styling to a brand new iced_style crate
|
2020-01-01 14:16:10 +01:00 |
|
Héctor Ramón Jiménez
|
4b86c2ff98
|
Use crates version of surf as a dev dependency
|
2019-12-28 12:21:06 +01:00 |
|
Héctor Ramón
|
0f2e20f5e5
|
Merge pull request #122 from hecrj/feature/event-subscriptions
Event subscriptions
|
2019-12-16 21:38:56 +01:00 |
|
Héctor Ramón Jiménez
|
232d4873ba
|
Put svg rendering behind a feature gate
This reduces binary size when SVG supoprt is not needed.
|
2019-12-15 06:45:20 +01:00 |
|
Héctor Ramón Jiménez
|
f0381a7fb3
|
Use surf in pokedex example
|
2019-12-14 00:32:05 +01:00 |
|
Héctor Ramón Jiménez
|
ffa46898d9
|
Add timer example
|
2019-12-13 23:58:23 +01:00 |
|
Héctor Ramón Jiménez
|
9b84b6e403
|
Merge branch 'master' into feature/event-subscriptions
|
2019-12-08 06:53:54 +01:00 |
|
Héctor Ramón Jiménez
|
749722fca6
|
Add custom_widget example
It showcases how to build a simple native custom widget that draws a
circle.
|
2019-12-07 05:47:14 +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
|
4293dcb254
|
Rename image::Handle::from_bytes to from_memory
Also, replace `image` example with a new `pokedex` example using the
PokéAPI.
|
2019-12-04 03:55:33 +01:00 |
|
Héctor Ramón Jiménez
|
cdd34e1e4b
|
Implement image viewer example
|
2019-11-30 02:14:56 +01:00 |
|
Héctor Ramón Jiménez
|
862859142b
|
Add CHANGELOG to subcrates
|
2019-11-25 14:55:14 +01:00 |
|
Héctor Ramón Jiménez
|
4b94cf0035
|
Add installation section to subcrate READMEs
|
2019-11-20 09:56:16 +01:00 |
|
Héctor Ramón Jiménez
|
b2392d28bd
|
Save todos async in a JSON file and load on boot
|
2019-11-17 07:38:01 +01:00 |
|
Héctor Ramón Jiménez
|
2c6bfdbc8c
|
Implement debug view and load system fonts
|
2019-11-03 04:39:11 +01:00 |
|
Héctor Ramón Jiménez
|
6145140816
|
Make tour example work on Wasm again
|
2019-10-23 02:34:11 +02:00 |
|
Héctor Ramón Jiménez
|
10e10e5e06
|
Make iced_core::Button customizable
Now it supports:
- Any kind of content
- Custom border radius
- Custom background
|
2019-10-08 03:13:41 +02:00 |
|
Héctor Ramón Jiménez
|
0995950526
|
Use latest wgpu
|
2019-10-07 19:50:04 +02:00 |
|
Héctor Ramón Jiménez
|
c9510db551
|
Render colored quads
|
2019-10-07 03:56:16 +02:00 |
|
Héctor Ramón Jiménez
|
5286ef36b6
|
Make tour a simple example instead of a crate
|
2019-10-06 20:06:13 +02:00 |
|
Héctor Ramón Jiménez
|
8bb33cd5a0
|
Initialize wgpu
We only enable the `vulkan` feature for now.
|
2019-10-03 00:23:08 +02:00 |
|
Héctor Ramón Jiménez
|
e1b9d42bf1
|
Start iced_winit and iced_wgpu
|
2019-10-03 00:01:45 +02:00 |
|
Héctor Ramón Jiménez
|
b9e0f74948
|
Create iced_core and iced_native
|
2019-09-20 19:15:31 +02:00 |
|
Héctor Ramón Jiménez
|
f9de39ddaa
|
Unify web and ggez tour examples 🎉
|
2019-09-19 15:01:12 +02:00 |
|
Héctor Ramón Jiménez
|
a97401aed2
|
Rethink workspace structure
|
2019-09-14 19:16:06 +02:00 |
|
Héctor Ramón Jiménez
|
8b8f7563ad
|
Switch to workspace layout
|
2019-09-10 19:41:49 +02:00 |
|
Héctor Ramón Jiménez
|
2913c64da3
|
Explain ggez personal fork in Cargo.toml
Fixes #13.
|
2019-09-10 16:31:18 +02:00 |
|
Héctor Ramón Jiménez
|
c48739029b
|
Ask users to share use cases
|
2019-09-05 09:59:38 +02:00 |
|
Héctor Ramón Jiménez
|
c583a2174d
|
Improve tour example
|
2019-09-04 11:09:57 +02:00 |
|
Héctor Ramón Jiménez
|
e1ff3f8a97
|
Update ggez example to FontCache changes
|
2019-09-03 00:59:56 +02:00 |
|
Héctor Ramón Jiménez
|
f09d71db27
|
Add more implementation details to README
|
2019-09-01 20:29:59 +02:00 |
|
Héctor Ramón Jiménez
|
c0083437eb
|
Add conversion functions for winit feature
|
2019-09-01 05:28:19 +02:00 |
|