summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add game controller example.David Thompson2017-01-201-0/+56
|
* example: Use the "call-with-*" procedures to manage resources.David Thompson2015-12-141-10/+11
|
* Remove "sdl-" prefix from symbols in window module.David Thompson2015-12-141-2/+3
|
* Replace blank window example with hello example.David Thompson2015-12-133-10/+37
|
* Add blank window example.David Thompson2015-12-121-0/+10
* examples/blank-window.scm: New file.