summaryrefslogtreecommitdiff
path: root/examples/sprite-batch.scm
Commit message (Expand)AuthorAgeFilesLines
* WIP graphics engine rewrite.wip-graphics-backendDavid Thompson2024-05-031-1/+1
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-171-1/+1
* graphics: Rewrite rendering engine.David Thompson2021-01-261-1/+0
* Switch to high resolution timer.David Thompson2020-12-151-1/+1
* graphics: sprite: Use dynamic geometry type.David Thompson2020-12-091-2/+2
* examples: Replace calls to sdl-ticks with elapsed-time.David Thompson2020-11-181-4/+4
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-4/+4
* render: sprite: Rewrite sprite batching API.David Thompson2019-05-121-10/+12
* examples: Add sprite batch example.David Thompson2019-01-081-0/+66