Grant Sanderson
096f033954
Moved VIDEO_DIR initializations to after MEDIA_DIR
2019-07-01 12:51:48 -07:00
Grant Sanderson
92f4c0c001
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-06-29 15:21:00 -07:00
Grant Sanderson
aec56c63be
Added LIGHT_PINK
2019-06-29 15:19:43 -07:00
Devin Neal
3ec231f0ca
add video_output_dir flag
2019-06-21 22:52:16 -07:00
Grant Sanderson
f10baa3fcd
Change default media output directory to from 'video' to 'videos'
2019-06-13 16:13:42 -07:00
Devin Neal
f81c275631
make media, tex, and video directories configurable via flags
2019-06-04 20:51:18 -07:00
Devin Neal
caa4577cd1
reorganize media file tree
2019-06-03 23:41:05 -07:00
Devin Neal
ed24541de6
update dockerfile, add flag for high quality rendering ( #573 )
...
Allow rendering in 1080p by passing `--high_quality` and update the Dockerfile and Compose file to install Manim directly into the container.
2019-06-02 18:58:33 -07:00
Daniel Schaefer
01fa71a704
Prefer pwd to install dir for temp files
...
Temp files are project specific and thus can stay in the current project
directory.
Also breaks things if the package is installed in a read-only location.
Which could be expected because you don't generally expect the program
directories to be modified (except by the package manager).
2019-04-28 07:48:12 +02:00
Grant Sanderson
b1c00e5129
Add DARKER_GREY
2019-03-20 17:37:57 -07:00
Devin Neal
8c556f7586
don't write media_dir
2019-02-28 21:18:31 +00:00
Devin Neal
766e5a12b4
add option to specify files directory
2019-02-15 20:37:42 +00:00
Grant Sanderson
776f2707a5
Change default lag_ratio to something very small
2019-02-11 22:25:22 -08:00
Grant Sanderson
2346175152
DEFAULT_FRAME_DURATION -> DEFAULT_FRAME_RATE and change value to 60
2019-02-03 12:10:00 -08:00
Grant Sanderson
900e6ac837
Use frame_rate, instead of frame_duration, and make that part of the camera rather than the scene
2019-01-25 10:13:17 -08:00
Grant Sanderson
8ae0556394
First pass at SceneFileWriter refactor
2019-01-24 21:47:40 -08:00
Grant Sanderson
199a3b82c6
Make it possible to render multiple scenes
2019-01-12 12:31:29 -08:00
Grant Sanderson
5ea1a37d4c
Remove STAGED_SCENES_DIR
2019-01-11 14:23:03 -08:00
Grant Sanderson
2419fbcc53
Changed the way Scene write to videos, where it writes each play or wait call as a separate file, and later concatenates them together.
2019-01-10 17:06:22 -08:00
Devin Neal
3543a750ba
move library code into manimlib, replace relative imports with absolute imports
2018-12-26 20:57:01 -08:00