aboutsummaryrefslogtreecommitdiff
path: root/examples/mouse.py
Commit message (Collapse)AuthorAgeFilesLines
* utils, examples: Add ExperimentManager CMMarco Capitani2017-11-131-4/+2
| | | | | | | | Adds an ExperimentManager context manager for scripts: - No more ugly stack traces after execution if something goes wrong - No more ugly and easy to forget try-finally blocks
* build: Add continuous integrationSander Vrijders2017-09-131-6/+10
| | | | This adds CI to Rumba.
* examples: Add mouse exampleSander Vrijders2017-06-071-0/+105
This adds the infamous mouse to the examples directory.