Tool to automatically render all sketches to gifs.
Currently just fragile shell scripts that work on xubuntu 17.04. The goal is to have something more robust, with better error handling and cross-plattform.
Since this runs unsupervised, it will not record mouse- and keyboard-interactions and fail if required hardware is not attached.
- Xubuntu 17.04
xvfb
: runs a program in a virtual X frame-buffertimeout
: terminates a program after a given amount of time if it is still runningbyzanz
: records the screen to a file
install dependencies with
sudo apt-get install xvfb byzanz
- adjust the variables in record-sketch.sh
- run virtual-record-sketch.sh