summaryrefslogtreecommitdiff
path: root/examples/joystick.scm
Commit message (Expand)AuthorAgeFilesLines
* render: Reimplement rendering engine using functional combinators.David Thompson2015-09-211-12/+22
* Rename start-game-loop to run-game-loop.David Thompson2015-06-101-1/+1
* Update examples to use new interfaces.David Thompson2015-06-061-4/+6
* render: model: Prefix procedures with 'model-'.David Thompson2015-04-051-2/+2
* render: Merge <group> into <model>.David Thompson2015-03-091-6/+3
* examples: Update joystick example.David Thompson2014-11-301-45/+42
* render: Move font module to sly/render directory.David Thompson2014-11-081-1/+1
* input: Move joystick module to sly/input directory.David Thompson2014-11-081-1/+1
* render: Move sprite module to sly/render directory.David Thompson2014-11-071-1/+1
* render: Move texture module to sly/render directory.David Thompson2014-11-071-1/+1
* Add joystick module.Jordan Russell2014-08-011-0/+102