27 Commits

Author SHA1 Message Date
da7864b28c Remove ANTI_ALIAS_WIDTH 2020-02-14 17:00:36 -08:00
bf83aed43b Have ANTI_ALIAS_WIDTH scale with frame size 2020-02-14 10:53:05 -08:00
6892e511fe Trying a smaller anti_alias width 2020-02-06 10:03:42 -08:00
1549998a19 Adding ANTI_ALIAS_WIDTH and SHADER_DIR, removing DEFAULT_POINT_DENSITY_* 2020-02-04 15:28:29 -08:00
9b3e60f5ce Update some Text Mobject changes 2019-08-16 15:53:36 +08:00
e9fa188d42 New Text Mobject 2019-08-12 09:35:05 +08:00
057a92f92c new Text mobject 2019-08-05 22:53:15 +08:00
096f033954 Moved VIDEO_DIR initializations to after MEDIA_DIR 2019-07-01 12:51:48 -07:00
92f4c0c001 Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-06-29 15:21:00 -07:00
aec56c63be Added LIGHT_PINK 2019-06-29 15:19:43 -07:00
3ec231f0ca add video_output_dir flag 2019-06-21 22:52:16 -07:00
f10baa3fcd Change default media output directory to from 'video' to 'videos' 2019-06-13 16:13:42 -07:00
f81c275631 make media, tex, and video directories configurable via flags 2019-06-04 20:51:18 -07:00
caa4577cd1 reorganize media file tree 2019-06-03 23:41:05 -07:00
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
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
b1c00e5129 Add DARKER_GREY 2019-03-20 17:37:57 -07:00
8c556f7586 don't write media_dir 2019-02-28 21:18:31 +00:00
766e5a12b4 add option to specify files directory 2019-02-15 20:37:42 +00:00
776f2707a5 Change default lag_ratio to something very small 2019-02-11 22:25:22 -08:00
2346175152 DEFAULT_FRAME_DURATION -> DEFAULT_FRAME_RATE and change value to 60 2019-02-03 12:10:00 -08:00
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
8ae0556394 First pass at SceneFileWriter refactor 2019-01-24 21:47:40 -08:00
199a3b82c6 Make it possible to render multiple scenes 2019-01-12 12:31:29 -08:00
5ea1a37d4c Remove STAGED_SCENES_DIR 2019-01-11 14:23:03 -08:00
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
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00