/streamlit-manim

Seeing if I can put together an interactive version of 3b1b's Manim in Streamlit

Primary LanguagePythonApache License 2.0Apache-2.0

streamlit-manim

Seeing if I can put together an interactive version of 3b1b's Manim in Streamlit

Installation

  1. I had to install pango with
sudo apt-get install -y libpango-1.0-0

Actually maybe this is what worked:

sudo apt install libpango1.0-dev pkg-config python3-dev

I got this from here.

Didn't work.

sudo apt install xorg-dev libglu1-mesa libgl1-mesa-dev xvfb libxinerama1 libxcursor1