Getting started

System requirements

  • A modern Linux distro

  • Nvidia or Intel graphics card (ATI has not been tested)

  • A graphics card driver supporting OpenGL 3+

  • An up-to-date valkka-core library

    • For Ubuntu-based distros, an automatic installation is provided
    • If you need to compile from source, refer to valkka-examples

Installing

Install with

sudo pip3 install valkka-live
install-valkka-core

install-valkka-core is a script that subscribes you to a PPA repository and installs valkka-core binary packages.

Run with

valkka-live

Development version

Install development version like this:

git clone https://github.com/elsampsa/valkka-live.git
cd valkka-live
git checkout dev
pip3 install --user -e .