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
/
game_of_life
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-6
/
+5
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-8
/
+7
*
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-1
/
+1
*
Fix `Clip` primitive translation in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-1
/
+1
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-35
/
+38
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-1
/
+1
*
Fix `#[default]` in `preset` for `game_of_life` example
Héctor Ramón
2023-01-19
1
-1
/
+1
*
Update preset.rs
Jedsek
2023-01-19
1
-7
/
+2
*
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
2022-12-20
1
-2
/
+4
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-10-04
1
-14
/
+11
*
Working multitouch example
Artur Sapek
2022-10-04
1
-0
/
+17
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-133
/
+137
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
2
-10
/
+10
*
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
2022-06-07
1
-2
/
+7
*
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
2
-59
/
+1
*
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
2022-05-26
2
-24
/
+9
*
Fix examples and doc-tests
Héctor Ramón Jiménez
2022-05-26
2
-62
/
+7
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
2
-71
/
+6
*
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
1
-1
/
+1
*
Improve shader version selection
Richard
2022-01-19
1
-3
/
+1
*
Add `env_logger` to `game_of_life`
Richard
2022-01-19
2
-0
/
+5
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-7
/
+7
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-4
/
+4
*
Revert system menus support
Héctor Ramón Jiménez
2021-09-15
2
-21
/
+0
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
1
-7
/
+3
*
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+1
*
Merge pull request #929 from TimUntersberger/winit-improv
Héctor Ramón
2021-07-22
1
-0
/
+5
|
\
|
*
Center window in `game_of_life` example
Héctor Ramón Jiménez
2021-07-21
1
-0
/
+5
*
|
Add a presets `Menu` to the `game_of_life` example
Héctor Ramón Jiménez
2021-07-19
2
-0
/
+21
|
/
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-3
/
+7
*
Update `tokio` to `1.0`
Yusuf Bera Ertan
2021-01-04
1
-1
/
+1
*
Update `game_of_life` capture
Héctor Ramón Jiménez
2020-11-26
1
-2
/
+2
*
Merge pull request #595 from valbendan/master
Héctor Ramón
2020-11-25
1
-1
/
+1
|
\
|
*
upgrade tokio to latest version(v0.3)
valbendan
2020-11-05
1
-1
/
+1
*
|
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-9
/
+9
*
|
Implement event capturing for `Canvas`
Héctor Ramón Jiménez
2020-11-12
1
-29
/
+45
|
/
*
Move `version` from `Grid` to `GameOfLife` struct
Héctor Ramón Jiménez
2020-09-12
1
-15
/
+20
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Add `Keyboard` variant to `canvas::Event`
Héctor Ramón Jiménez
2020-08-10
1
-0
/
+1
*
Improve `Menu` API to facilitate external control
Héctor Ramón Jiménez
2020-07-23
1
-1
/
+1
*
Style `PickList` in `game_of_life` example
Héctor Ramón Jiménez
2020-07-10
3
-16
/
+75
*
Add `Preset` selector to `game_of_life` example
Héctor Ramón Jiménez
2020-07-10
2
-12
/
+209
*
Update `README` of `game_of_life` example
Héctor Ramón Jiménez
2020-05-04
1
-2
/
+5
*
Update GIF of `game_of_life` example
Héctor Ramón Jiménez
2020-05-03
1
-2
/
+2
*
Allow erasing cells in `game_of_life`
Héctor Ramón Jiménez
2020-05-03
1
-5
/
+30
*
Fix "1 cells" overlay in `game_of_life`
Héctor Ramón Jiménez
2020-05-03
1
-3
/
+6
*
Render stats as an overlay in `game_of_life`
Héctor Ramón Jiménez
2020-05-03
1
-82
/
+103
*
Draw grid in `game_of_life`
Héctor Ramón Jiménez
2020-05-03
1
-18
/
+73
*
Reorganize `view` code in `game_of_life`
Héctor Ramón Jiménez
2020-05-03
1
-71
/
+102
*
Simplify logic and limit ticks in `game_of_life`
Héctor Ramón Jiménez
2020-05-02
1
-73
/
+33
[next]