Merge pull request #179 from 3b1b/simple-improvements

Updated README.md
This commit is contained in:
Grant Sanderson 2018-03-30 15:59:17 -07:00 committed by GitHub
commit 31f0cf8c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ## How to Use
Try running the following: Try running the following:
```sh ```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. 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. 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 ## Docker Method
Since its a bit tricky to get all the dependencies set up just right, there is Since its a bit tricky to get all the dependencies set up just right, there is