summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Rename <canvas> to <display-2d> and <path> to <canvas>.David Thompson2021-10-151-7/+7
* examples: Update shmup example so it doesn't crash.David Thompson2021-04-161-2/+3
* Update examples so they work with latest code.David Thompson2020-12-162-38/+43
* Add uncomitted assets for tetris example.David Thompson2020-10-073-0/+106
* scene: Remove scancode arg from key press/release methods.David Thompson2020-10-062-3/+3
* examples: shmup: Stop polling input devices and only use events.David Thompson2020-10-061-27/+23
* node-2d: Stop using framebuffers with canvases.David Thompson2020-10-061-6/+2
* Update chickadee to latest commit.David Thompson2020-10-032-10/+10
* Commit this old stuff that was hanging around.David Thompson2020-09-261-187/+508
* Update hacky shmup prototype code.David Thompson2019-07-092-47/+153
* Add shmup prototype example.David Thompson2019-06-2616-0/+771
* examples: Update tetra.David Thompson2019-06-262-25/+44
* Add tetris example.David Thompson2019-05-282-0/+379