32 Commits

Author SHA1 Message Date
3b9ef57b22 Remove utils/customization.py 2024-12-05 11:59:01 -06:00
129e512b0c Add caching functionality, and have Tex and Text both use it for saved svg strings 2024-12-04 19:51:01 -06:00
223d671eea Remove redundancy 2024-03-21 14:34:39 -03:00
8ecfc2b2cf add shaders to universal imports 2023-01-27 17:08:22 -08:00
33682b7199 MTex is the new Tex, Tex is now OldTex
Global replace
Tex -> OldTex
TexText -> OldTexText
MTex -> Tex
MTexText -> TexText
2022-12-21 13:18:20 -08:00
ef941b4040 Factor out num_tex_symbols 2022-12-20 22:35:41 -08:00
3293f72adc Move BulletedList, TexTextFromPresetString and Title to their own file 2022-12-20 14:48:54 -08:00
0115037c82 Include types in universal imports 2022-12-17 19:31:27 -08:00
c00af3c1bf Rename config_ops -> dict_ops 2022-12-16 18:59:23 -08:00
a817364a0e Remove three_d_scene import 2022-12-15 08:14:35 -08:00
cdadaf8a8c Rename LabelledString to StringMobject 2022-05-06 22:09:58 +08:00
37075590b5 Sort imports 2022-04-22 16:42:45 +08:00
d24b8ff48f Merge branch 'master' into master 2022-04-20 22:40:11 -07:00
c3afc84bfe Add a rudimentary InteractiveScene to allow for Mobject editing in a GUI fashion 2022-04-20 21:54:16 -07:00
9ef9961d0e Sort imports 2022-04-12 19:19:59 +08:00
d5ab9a91c4 Reorganize files 2022-03-31 16:15:58 +08:00
fc4f649570 Fix bugs brought by empty strings 2022-03-31 10:36:14 +08:00
e8205a5049 Some refactors for MTex 2022-01-26 13:03:14 +08:00
b1d869cd11 Update __init__.py to include mtex_mobject 2021-11-27 16:21:06 +08:00
2dc8bc9b9c Add boolean operations for mobjects 2021-11-10 00:23:04 +08:00
ef5253f1bc add cli flag -v to show version info 2021-10-06 17:54:28 +08:00
368a6c3d1c Include from manimlib.mobject.interactive import * 2021-02-11 19:31:00 -08:00
e1e7b1e6c1 Changes to make reduce the time of from manimlib import * 2021-02-11 12:22:37 -08:00
9158b7a0c2 Include from manimlib.window import * 2021-02-11 11:01:36 -08:00
5df4e68f1b Remove from manimlib.mobject.interactive import * 2021-02-11 10:15:28 -08:00
69235f0a21 remove non-manim lib in __init__.py 2021-02-08 09:55:30 +08:00
2394bdc2e6 refactor __init__.py and __main__.py 2021-02-07 17:43:05 +08:00
446a69f7c0 Remove import 2021-01-05 22:10:08 -08:00
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
ebd4016fb3 Small refactor of extract_scene et. al. 2020-02-11 19:52:14 -08:00
f81c275631 make media, tex, and video directories configurable via flags 2019-06-04 20:51:18 -07:00
2d7c97723b Add travis job to publish on PyPI.
Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 22:08:13 +02:00