Commit graph

15 commits

Author SHA1 Message Date
YishiMichael
8cac16b452
Update display_during_execution 2022-02-15 21:59:09 +08:00
YishiMichael
3756605a45
Update display_during_execution 2022-02-15 20:55:44 +08:00
TonyCrane
7425057d9f use rich to log 2021-10-07 17:37:10 +08:00
Tony031218
00fe33957c rename custom_defaults -> custom_config defaults -> default_config 2021-02-07 21:38:19 +08:00
Grant Sanderson
42a3c56898 Limit how much is shown in display_during_execution 2021-01-07 16:37:01 -08:00
Grant Sanderson
e5c79cbb90 Directly cache svg file instead of tex, and don't store superfluous files associated with tex rendering 2021-01-03 11:29:09 -08:00
Grant Sanderson
7b3f4d08f5 Replace the progress bar with a simple display of what's being written which then gets deleted 2021-01-02 21:32:48 -08:00
Grant Sanderson
592432611b Remove all configuration from constants.py, and clean up the many files affected by this move 2021-01-02 20:47:51 -08:00
red5h4d0w
e72390bfc4
Update tex_file_writing.py 2019-06-17 15:40:03 -04:00
Grant Sanderson
2cbe19af7c Bug fix for the case when the media_dir has spaces 2019-06-13 16:15:43 -07:00
Devin Neal
f81c275631 make media, tex, and video directories configurable via flags 2019-06-04 20:51:18 -07:00
fwcd
dee8101991 Removed redundant import 2019-01-09 23:53:38 +01:00
fwcd
f48eb6d94e Made sure to always encode written TeX files as UTF-8 2019-01-09 23:44:59 +01:00
Thomas Zhu
47d8caa80e Use os.devnull instead of utils.tex_file_writing.get_null(); also small typos that cause SyntaxError (#382)
* Update tex_file_writing.py

* Change "/dev/null" to os.getnull in utils/sounds.py SoX "play" command

* Fix typo
2018-12-29 09:27:03 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
Renamed from utils/tex_file_writing.py (Browse further)