summaryrefslogtreecommitdiff
path: root/examples/text.scm
Commit message (Expand)AuthorAgeFilesLines
* Fix text positioning on text example.David Thompson2024-02-221-4/+2
* Fix string in text example.David Thompson2023-01-131-38/+1
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-171-4/+77
* math: vector: Deprecate #v syntax and remove uses of it.David Thompson2021-09-211-1/+1
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-1/+1
* Add OTF/TTF font support via freetype.David Thompson2020-10-031-1/+2
* Re-hide SDL2 details.David Thompson2018-12-131-4/+4
* examples: Simplify text example.David Thompson2018-12-131-8/+2
* render: font: Include a default font for convenience.David Thompson2018-12-131-13/+4
* Move SDL game loop implementation to its own module.David Thompson2018-08-231-1/+2
* math: vector: Add read syntax.David Thompson2018-08-231-3/+3
* Make the game loop modular!David Thompson2018-08-231-8/+4
* render: Add bitmap font support.David Thompson2017-01-241-0/+26