8000 GitHub - maxkatzmann/disputation: The code used to generate the slides for my disputation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maxkatzmann/disputation

Repository files navigation

disputation

Video

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.

Installation

Create a virtual Python environment and install the required packages using

pip install -r requirements.txt

Rendering

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 2s above with the corresponding slide number. I recommend not starting with slide 1, since that is rather expensive to render.

About

The code used to generate the slides for my disputation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0