Installation

git clone --recurse-submodules https://github.com/antimatterhorn/yggdrasil.git yggdrasil

cd yggdrasil

pip install -r requirements.txt (or pip3)

git submodule update --remote --recursive
git submodule update --init --recursive

mkdir build

yggdrasil/
|-- docs/
|-- exmaples/
|-- src/
|   |-- Math/
|   |   |-- vectorMath.cc
|   |   |-- vectorMath.py
|   |   |-- ...
|   |-- ...
|-- tests/
|-- build/

cd build

cmake ..
make

Hopefully you already have python somewhere…