aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demo_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-16Use line comments where appropriateDavid Robillard1-1/+1
2020-05-16Use email address in copyright headersDavid Robillard1-1/+1
Not really sure why I used a web link here (maybe because it's more stable), but this is more conventional.
2020-03-08Factor out cube drawingDavid Robillard1-0/+5
2020-03-08Move demo programs to examples directoryDavid Robillard1-0/+170
These are not really tests, but examples or demos, which has caused some confusion in the past. So, move them, and make room for actual tests.