Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve scrolling smoothness in `game_of_life` | 2020-05-01 | 1 | -7/+10 | ||
* | Zoom to cursor in `game_of_life` example | 2020-05-01 | 1 | -1/+15 | ||
* | Improve zooming logic in `game_of_life` | 2020-05-01 | 1 | -10/+9 | ||
* | Increase speed limit to `200` in `game_of_life` | 2020-05-01 | 1 | -1/+1 | ||
* | Use `fill_rectangle` for cursor in `game_of_life` | 2020-05-01 | 1 | -5/+1 | ||
* | Implement zooming for `game_of_life` example | 2020-05-01 | 1 | -60/+97 | ||
* | Improve tick performance in `game_of_life` | 2020-05-01 | 1 | -21/+16 | ||
* | Introduce `Life` type in `game_of_life` | 2020-05-01 | 1 | -35/+53 | ||
* | 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 |