Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 1.56 KB

README.md

File metadata and controls

77 lines (47 loc) · 1.56 KB

CLARIAH WP3 Demos

This repository contains some screencast demos for a subset of software developed in CLARIAH WP3. Furthermore it contains the sources to generate these screencasts.

Demos

If you want to play all demos sequentially, then click here for a combined demo video (big animated gif).

Frog

Frog demo

Python-frog

Python-frog demo

Ucto

Ucto demo

Python-ucto

Python-ucto demo

Colibri Core

Colibri Core demo

Analiticcl

Analiticcl demo

STAM

STAM demo

Play

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

Build

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