Updated README.md

This commit is contained in:
Grant Sanderson
2018-03-30 15:58:51 -07:00
parent a203a79ce5
commit 4de2dd1d5a

View File

@ -32,7 +32,7 @@ This doesn't install freetype, but I don't think it's required for this project
## How to Use
Try running the following:
```sh
python extract_scene.py example_scenes.py SquareToCircle -p
python extract_scene.py example_scenes.py SquareToCircle -pl
```
The -p is for previewing, meaning the the video file will automatically open when it is done rendering.
@ -47,7 +47,13 @@ Look through the old_projects folder to see the code for previous 3b1b videos.
While developing a scene, the `-s` flag is helpful to just see what things look like at the end without having to generate the full animation. It can also be helpful to use the -n flag to skip over some number of animations.
Scene with `PiCreatures` are somewhat 3b1b specific, so the specific designs for various expressions are not part of the public repo. You should still be able to run them, but they will fall back on using the "plain" expression for the creature.
Scene with `PiCreatures` are somewhat 3b1b specific, so the specific designs for various expressions are not part of the public repository. You should still be able to run them, but they will fall back on using the "plain" expression for the creature.
## License
All files in the directories active_projects and old_projects, which by and large generate the visuals for 3b1b videos, are copyright 3Blue1Brown LLC.
The general purpose animation code found in the remainder of the repository, on the other hand, is under the MIT license.
## Docker Method
Since its a bit tricky to get all the dependencies set up just right, there is