summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update vulnerable `env_logger` dependency in examplesLibravatar Héctor Ramón Jiménez2023-08-231-1/+1
|
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-6/+5
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-8/+7
|
* Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-031-1/+1
| | | | Rename `canvas` modules to `geometry` in graphics subcrates
* Fix `Clip` primitive translation in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-1/+1
|
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-35/+38
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Fix `#[default]` in `preset` for `game_of_life` exampleLibravatar Héctor Ramón2023-01-191-1/+1
|
* Update preset.rsLibravatar Jedsek2023-01-191-7/+2
|
* Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez2022-12-201-2/+4
|
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-10-041-14/+11
|
* Working multitouch exampleLibravatar Artur Sapek2022-10-041-0/+17
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-133/+137
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-092-10/+10
| | | | ... and check those in CI as well!
* Implement theme styling for `Canvas`Libravatar Héctor Ramón Jiménez2022-06-071-2/+7
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-072-59/+1
|
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-262-24/+9
| | | | We will have more control over color calculations for each semantic purpose this way.
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-262-62/+7
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-142-71/+6
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Improve shader version selectionLibravatar Richard2022-01-191-3/+1
|
* Add `env_logger` to `game_of_life`Libravatar Richard2022-01-192-0/+5
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-7/+7
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-4/+4
|
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-152-21/+0
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-7/+3
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-0/+1
|
* Merge pull request #929 from TimUntersberger/winit-improvLibravatar Héctor Ramón2021-07-221-0/+5
|\ | | | | feat: add position to window settings
| * Center window in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2021-07-211-0/+5
| |
* | Add a presets `Menu` to the `game_of_life` exampleLibravatar Héctor Ramón Jiménez2021-07-192-0/+21
|/
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-3/+7
|
* Update `tokio` to `1.0`Libravatar Yusuf Bera Ertan2021-01-041-1/+1
|
* Update `game_of_life` captureLibravatar Héctor Ramón Jiménez2020-11-261-2/+2
|
* Merge pull request #595 from valbendan/masterLibravatar Héctor Ramón2020-11-251-1/+1
|\ | | | | upgrade tokio to latest version(v0.3)
| * upgrade tokio to latest version(v0.3)Libravatar valbendan2020-11-051-1/+1
| |
* | Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-9/+9
| |
* | Implement event capturing for `Canvas`Libravatar Héctor Ramón Jiménez2020-11-121-29/+45
|/
* Move `version` from `Grid` to `GameOfLife` structLibravatar Héctor Ramón Jiménez2020-09-121-15/+20
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Add `Keyboard` variant to `canvas::Event`Libravatar Héctor Ramón Jiménez2020-08-101-0/+1
|
* Improve `Menu` API to facilitate external controlLibravatar Héctor Ramón Jiménez2020-07-231-1/+1
|
* Style `PickList` in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-07-103-16/+75
|
* Add `Preset` selector to `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-07-102-12/+209
|
* Update `README` of `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-05-041-2/+5
|
* Update GIF of `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-05-031-2/+2
|
* Allow erasing cells in `game_of_life`Libravatar Héctor Ramón Jiménez2020-05-031-5/+30
|
* Fix "1 cells" overlay in `game_of_life`Libravatar Héctor Ramón Jiménez2020-05-031-3/+6
|
* Render stats as an overlay in `game_of_life`Libravatar Héctor Ramón Jiménez2020-05-031-82/+103
| | | | Also allow toggling the grid lines
* Draw grid in `game_of_life`Libravatar Héctor Ramón Jiménez2020-05-031-18/+73
|
* Reorganize `view` code in `game_of_life`Libravatar Héctor Ramón Jiménez2020-05-031-71/+102
|