Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.36 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.36 KB

How Sound Works🔊

An explainer video built with 3blue1brown's manim

Watch The Video

This is the source code for the animation that Sam Enright and I made for the ReelLIFE Science competition. It uses the software developed by 3blue1brown.

Creating The Animations

https://github.com/3b1b/manim/commit/31478c523c9febb85d673219c6451ce545b5e319

Manim changes quite regularly, so to make the animations, I would reccommend just using the same version that these were created with. First, you will need to get a local copy of manim.

$ git clone https://github.com/3b1b/manim
$ cd manim
$ git reset --hard 31478c523c9febb85d673219c6451ce545b5e319

Now you can follow the installation instructions in the manim/README.md file. When that is installed and setup, you can run these animations. Clone down this repo, and copy the scenes folder and build.sh into your manim folder and then you can run build.sh.

$ git clone https://github.com/adamisntdead/how-sound-works
$ cd how-sound-works
$ cp -a scenes PATH_TO_MANIM/scenes
$ cp -a build.sh PATH_TO_MANIM/build.sh
$ cd PATH_TO_MANIM
$ sh build.sh

License

MIT, Copyright Sam Enright and Adam Kelly.