summaryrefslogtreecommitdiff
path: root/examples/grid.scm
Commit message (Expand)AuthorAgeFilesLines
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-171-2/+2
* Move data structure modules into new (chickadee data ...) namespace.David Thompson2021-10-011-1/+1
* graphics: Rewrite rendering engine.David Thompson2021-01-261-1/+0
* examples: grid: Update to use path module instead of deleted shapes module.David Thompson2020-11-191-31/+63
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-5/+5
* Update a couple of examples to use new sprite batch API.Alex McGrath2019-05-281-7/+6
* Re-add key-pressed? and key-released? procedures.David Thompson2018-12-131-2/+1
* Re-hide SDL2 details.David Thompson2018-12-131-2/+1
* render: font: Include a default font for convenience.David Thompson2018-12-131-3/+1
* math: Add grid module.David Thompson2018-09-021-0/+87