This repository contains some screencast demos for a subset of software developed in CLARIAH WP3. Furthermore it contains the sources to generate these screencasts.
If you want to play all demos sequentially, then click here for a combined demo video (big animated gif).
If you want to play all demos sequentially, then click here for a combined demo video (big animated gif).
Rather than look at pre-rendered gifs, you can play these directly in your terminal if you have asciinema installed. This typically provides better quality. Clone this repository and do for example:
$ asciinema play frog.cast
A small play.sh
script is included in this repository that plays all demos in a continuous loop:
$ ./play.sh
You can build all demos from source yourself as follows:
$ cd src/
$ docker build -t wp3-demos .
$ docker run --rm -i -t -v .:/data/ wp3-demos
For only a single demo, just pass something like frog.cast
or frog.gif
:
$ docker run --rm -i -t -v .:/data/ wp3-demos
For a video of all demos combined:
$ docker run --rm -i -t -v .:/data/ wp3-demos demo.mkv