3b1b-manim/utils
2018-08-12 12:17:32 -07:00
..
__init__.py Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
bezier.py Remove clamp function, redundant with np.clip 2018-06-07 11:50:25 -07:00
color.py After running 2to3 2018-08-09 17:56:05 -07:00
config_ops.py After running 2to3 2018-08-09 17:56:05 -07:00
images.py Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
iterables.py Reimplented svg rendering using cairo, and changed vmobject color model to allow for gradeints and strokes with opacities. Many errors associated with python 2 to python 3 conversion are likely still present at this point. 2018-08-10 15:12:49 -07:00
output_directory_getters.py Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc" 2018-05-21 12:11:46 -07:00
paths.py Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
rate_functions.py Style fix to exponential_decay 2018-07-14 10:31:56 -07:00
simple_functions.py Added Mobject.update capabilties, which should be nicer and lighter weight than using ContinualUpdateFromFunc all the time. Also changed the behavior of any Animation having its mobject automatically thrust up to the front of the screen 2018-08-12 12:17:32 -07:00
sounds.py Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
space_ops.py Added line_intersection function 2018-07-14 10:32:13 -07:00
strings.py After running 2to3 2018-08-09 17:56:05 -07:00
tex_file_writing.py Make sure that altering the tex template files will change tex_hash 2018-08-11 19:38:59 -07:00