summaryrefslogtreecommitdiff
path: root/examples/path.scm
Commit message (Collapse)AuthorAgeFilesLines
* First pass of rendering engine rewrite.David Thompson2023-11-081-1/+2
| | | | | | | | The (chickadee graphics gpu) module now handles most of the low-level OpenGL object creation/deletion/binding. The (chickadee graphics engine) module handles the with-graphics-state stuff via a render context object. There's lots of stuff that isn't great, but it's the first step towards a graphics backend agnostic rendering layer.
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-171-1/+1
|
* examples: path: Adjust tween time due to new default timer.David Thompson2021-10-061-2/+2
|
* examples: path: Exit when Q key is pressed.David Thompson2021-09-081-0/+5
|
* Switch to high resolution timer.David Thompson2020-12-151-3/+3
|
* render: Add vector path rendering module.David Thompson2020-11-181-0/+80