index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
7
-44
/
+47
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-22
/
+35
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-3
/
+4
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
2
-27
/
+44
2020-05-04
Update `README` of `game_of_life` example
Héctor Ramón Jiménez
2
-2
/
+26
2020-05-04
Adapt `color_palette` to new `canvas` API
Héctor Ramón Jiménez
1
-21
/
+27
2020-05-04
Use only `iced` dependency for `color_palette`
Héctor Ramón Jiménez
2
-6
/
+3
2020-05-04
Add screenshot to `README` of `color_palette`
Héctor Ramón Jiménez
1
-1
/
+7
2020-05-04
Add screenshot of `color_palette` example
Héctor Ramón Jiménez
2
-1
/
+1
2020-05-04
Mention `color_palette` in examples `README`
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-03
Update GIF of `game_of_life` example
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-03
Allow erasing cells in `game_of_life`
Héctor Ramón Jiménez
1
-5
/
+30
2020-05-03
Fix "1 cells" overlay in `game_of_life`
Héctor Ramón Jiménez
1
-3
/
+6
2020-05-03
Render stats as an overlay in `game_of_life`
Héctor Ramón Jiménez
1
-82
/
+103
2020-05-03
Draw grid in `game_of_life`
Héctor Ramón Jiménez
1
-18
/
+73
2020-05-03
Reorganize `view` code in `game_of_life`
Héctor Ramón Jiménez
1
-71
/
+102
2020-05-02
Simplify logic and limit ticks in `game_of_life`
Héctor Ramón Jiménez
1
-73
/
+33
2020-05-02
Display some statistics in `game_of_life`
Héctor Ramón Jiménez
2
-23
/
+119
2020-05-02
Run ticks in a background thread in `game_of_life`
Héctor Ramón Jiménez
2
-51
/
+210
2020-05-02
Rename `visible_in` to `within` in `game_of_life`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-02
Use `rustc_hash` for hashing in `game_of_life`
Héctor Ramón Jiménez
2
-3
/
+4
2020-05-01
Reuse triangle path with transforms in `color_palette`
Héctor Ramón Jiménez
1
-43
/
+28
2020-05-01
Use `Path::rectangle` directly in `color_palette`
Héctor Ramón Jiménez
1
-6
/
+3
2020-05-01
Move application implementation in `color_palette`
Héctor Ramón Jiménez
1
-206
/
+206
2020-05-01
Introduce `Theme` type in `color_palette` example
Héctor Ramón Jiménez
1
-103
/
+88
2020-05-01
Improve `generate_theme` in `color_palette`
Héctor Ramón Jiménez
1
-27
/
+15
2020-05-01
Remove `update_component` in `color_palette`
Héctor Ramón Jiménez
1
-92
/
+4
2020-05-01
Change speed limit to `100` in `game_of_life`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-01
Improve scrolling smoothness in `game_of_life`
Héctor Ramón Jiménez
1
-7
/
+10
2020-05-01
Zoom to cursor in `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+15
2020-05-01
Improve zooming logic in `game_of_life`
Héctor Ramón Jiménez
1
-10
/
+9
2020-05-01
Increase speed limit to `200` in `game_of_life`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-01
Use `fill_rectangle` for cursor in `game_of_life`
Héctor Ramón Jiménez
1
-5
/
+1
2020-05-01
Implement zooming for `game_of_life` example
Héctor Ramón Jiménez
1
-60
/
+97
2020-05-01
Improve tick performance in `game_of_life`
Héctor Ramón Jiménez
1
-21
/
+16
2020-05-01
Introduce `Life` type in `game_of_life`
Héctor Ramón Jiménez
1
-35
/
+53
2020-05-01
Simplify `Interaction` handling in `game_of_life`
Héctor Ramón Jiménez
1
-20
/
+22
2020-05-01
Introduce `Cell` type in `game_of_life`
Héctor Ramón Jiménez
2
-86
/
+98
2020-04-30
Update `README` of `game_of_life` example
Héctor Ramón Jiménez
1
-6
/
+7
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
5
-27
/
+32
2020-04-30
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
9
-168
/
+16
2020-04-30
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2
-39
/
+31
2020-04-30
Implement camera panning in `game_of_life` example
Héctor Ramón Jiménez
1
-75
/
+90
2020-04-29
Clarify `tick` logic in `game_of_life`
Héctor Ramón Jiménez
1
-5
/
+3
2020-04-29
Use sparse grid representation in `game_of_life`
Héctor Ramón Jiménez
1
-68
/
+69
2020-04-29
Rename `Cursor::*_position` methods in `canvas`
Héctor Ramón Jiménez
2
-6
/
+5
2020-04-29
Add `game_of_life` example
Héctor Ramón Jiménez
5
-0
/
+568
2020-04-29
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
3
-78
/
+83
2020-04-29
Display crosshair cursor in `bezier_tool` example
Héctor Ramón Jiménez
1
-4
/
+14
[next]