Announcement

Collapse
No announcement yet.

How 3Blue1Brown does math animation

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How 3Blue1Brown does math animation

    For all you math lovers and teachers out there!
    Since I already had a python3 environmental setup using pip3 I decided to install Manium.
    It went smoothly. Had to upgrade a couple of modules but that went OK too. Now to play with it.

    Code:
    sudo apt install libcairo2-dev libpango1.0-dev ffmpeg
    pip3 install manim
    pip3 check
    pip3 install --upgrade pygments
    pip3 check
    pip3 install testresources
    pip3 check
    pip3 install wurlitzer
    pip3 check
    pip3 list
    echo $PATH
    PATH=$PATH:/home/jerry/.local/bin
    pip3 check
    Last edited by GreyGeek; Nov 05, 2021, 01:00 PM.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.
Working...
X