Samples

Here are a few samples that show Helveg's output. These samples were generated using Helveg's latest dev build.

Before trying out the samples you might want to have a look at the the User Guide.

# Helveg

Helveg's visualization of itself.

Click here to see the sample!

Generated using:

git clone https://gitlab.com/helveg/helveg.git
cd helveg
helveg --preset Docs --name helveg

# KAFE

A visualization of KAFE, a system for the archival and validation of video. It is a ASP.NET Core application with Marten as its DB.

Click here to see the sample!

Generated using:

git clone https://gitlab.fi.muni.cz/lemma/kafe.git
cd kafe
helveg --preset Dev --name kafe

# A diff of KAFE

A diff of the api branch compared to its latest release tagged as v0.1.0.

Click here to see the sample!

Generated using:

git clone -b api https://gitlab.fi.muni.cz/lemma/kafe.git kafe-api
git clone -b v0.1.0 https://gitlab.fi.muni.cz/lemma/kafe.git kafe-old
cd kafe-api
helveg --preset Dev --compare-to ../kafe-old  -n kafe_diff