Skip to content

Screencasts/demos for some CLARIAH WP3 software

Notifications You must be signed in to change notification settings

CLARIAH/wp3-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Screencasts/demos for some CLARIAH WP3 software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published