Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'render' subdirectory to 'graphics'. | David Thompson | 2020-10-03 | 1 | -4/+4 |
| | |||||
* | Update a couple of examples to use new sprite batch API. | Alex McGrath | 2019-05-28 | 1 | -17/+25 |
| | | | | | * examples/game-controller.scm: Use new sprite batch API. * examples/grid.scm: Ditto. | ||||
* | examples: game-controller: Add left/right trigger rendering. | David Thompson | 2019-01-06 | 1 | -30/+38 |
| | |||||
* | examples: Add game controller test. | David Thompson | 2019-01-06 | 1 | -0/+77 |
* examples/game-controller.scm: New file. * examples/images/controller-buttons.png: New file. * Makefile.am (EXTRA_DIST): Add them. |