Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: tiled: Add smooth scrolling with arrow keys. | David Thompson | 2020-11-16 | 1 | -13/+52 |
* | Remove scancode argument from key-press and key-release handlers. | David Thompson | 2020-11-16 | 1 | -1/+1 |
* | Rename 'render' subdirectory to 'graphics'. | David Thompson | 2020-10-03 | 1 | -2/+2 |
* | render: tiled: Add point->tile. | David Thompson | 2019-06-04 | 1 | -3/+14 |
* | Re-hide SDL2 details. | David Thompson | 2018-12-13 | 1 | -7/+6 |
* | Move SDL game loop implementation to its own module. | David Thompson | 2018-08-23 | 1 | -0/+1 |
* | math: vector: Add read syntax. | David Thompson | 2018-08-23 | 1 | -1/+1 |
* | Make the game loop modular! | David Thompson | 2018-08-23 | 1 | -6/+6 |
* | Add tile map example. | David Thompson | 2018-01-29 | 1 | -0/+31 |