summaryrefslogtreecommitdiff
path: root/sdl2.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add color type.David Thompson2015-12-171-1/+25
| | | | | | | * sdl2/bindings.scm (sdl-color): New variable. * sdl2.scm (<color>): New record type. (make-color, color?, color-r, color-g, color-b, color-a, color->struct): New procedures.
* Add SDL_GetTicks binding.David Thompson2015-12-121-1/+7
| | | | | * sdl2/bindings.scm (sdl-get-ticks): New procedure. * sdl2.scm (sdl-ticks): New procedure.
* Initial commit.David Thompson2015-10-061-0/+79
Let's do this!