Alt text Alt text Alt text

Windows:

make
make run

Linux:

Create a virtual environment.

    python3 -m venv env
    ./env/bin/activate

Install the requirements:

    pip install -Ur requirements.txt

Build the rust library:

    cd rust_generation
    maturin develop
    cd ..

Execute the program:

    ./python_rendering/main.py