summaryrefslogtreecommitdiff
path: root/examples/tiled.scm
Commit message (Expand)AuthorAgeFilesLines
* examples: tiled: Add smooth scrolling with arrow keys.David Thompson2020-11-161-13/+52
* Remove scancode argument from key-press and key-release handlers.David Thompson2020-11-161-1/+1
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-2/+2
* render: tiled: Add point->tile.David Thompson2019-06-041-3/+14
* Re-hide SDL2 details.David Thompson2018-12-131-7/+6
* Move SDL game loop implementation to its own module.David Thompson2018-08-231-0/+1
* math: vector: Add read syntax.David Thompson2018-08-231-1/+1
* Make the game loop modular!David Thompson2018-08-231-6/+6
* Add tile map example.David Thompson2018-01-291-0/+31