Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify `Interaction` handling in `game_of_life` | 2020-05-01 | 1 | -20/+22 | ||
| | ||||||
* | Introduce `Cell` type in `game_of_life` | 2020-05-01 | 2 | -86/+98 | ||
| | ||||||
* | Update `README` of `game_of_life` example | 2020-04-30 | 1 | -6/+7 | ||
| | ||||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -8/+11 | ||
| | ||||||
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 3 | -39/+2 | ||
| | ||||||
* | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -11/+4 | ||
| | ||||||
* | Implement camera panning in `game_of_life` example | 2020-04-30 | 1 | -75/+90 | ||
| | ||||||
* | Clarify `tick` logic in `game_of_life` | 2020-04-29 | 1 | -5/+3 | ||
| | ||||||
* | Use sparse grid representation in `game_of_life` | 2020-04-29 | 1 | -68/+69 | ||
| | ||||||
* | Rename `Cursor::*_position` methods in `canvas` | 2020-04-29 | 1 | -4/+3 | ||
| | ||||||
* | Add `game_of_life` example | 2020-04-29 | 5 | -0/+568 | ||
RIP John Conway |