This repository contains the code used to generate the slides for my disputation and the corresponding video shown above. The main frameworks used are Manim and the hyperbolic extension thereof, called HManim.
Create a virtual Python environment and install the required packages using
pip install -r requirements.txt
Following the installation, you can render the video file representing a slide using
python -m manim -p slide2.py Slide2
The -p
flag is used to preview the video after rendering.
For other slides just replace the 2
s above with the corresponding slide
number. I recommend not starting with slide 1, since that is rather
expensive to render.