Commit graph

41 commits

Author SHA1 Message Date
Grant Sanderson
1ca7e8ecda Fixed TextMobject bug 2018-09-20 10:39:19 -07:00
Ishan Dutta
78b14c8be8 updated some breaking scenes to python3 2018-09-19 08:53:28 +05:30
Grant Sanderson
405d566aa9 Bug fix to svg reading 2018-09-04 16:14:11 -07:00
Grant Sanderson
731748df4c Bug fix 2018-08-26 13:17:34 -07:00
Grant Sanderson
365093c0b5 np.linalg.norm -> get_norm 2018-08-15 17:30:24 -07:00
Grant Sanderson
7f3b1e624d Made Write a subclass of DrawBorderThenFill, as it should be 2018-08-12 12:47:16 -07:00
Grant Sanderson
114a37f32c DEFAULT_POINT_THICKNESS -> DEFAULT_STROKE_WIDTH 2018-08-12 00:35:54 -07:00
Grant Sanderson
fe92169970 Make sure that altering the tex template files will change tex_hash 2018-08-11 19:38:59 -07:00
Grant Sanderson
fb08fc0401 Fixed bubble sort bug 2018-08-11 17:16:03 -07:00
Grant Sanderson
5b9afe6e86 Bug fixes to new VMobject color model 2018-08-11 16:53:37 -07:00
Grant Sanderson
087715e538 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
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
Grant Sanderson
3dc5b10e8b Add background stroke width to mobjects 2018-08-08 11:15:45 -07:00
Grant Sanderson
7119f0cc6e scale_to_fit_width -> set_width, likewise for height and depth 2018-08-08 10:30:52 -07:00
Grant Sanderson
1df53ef6e9 Tried to address when half of a \begin{array}...\end{array} type tex string shows up as an argument to TexString 2018-08-06 10:45:27 -07:00
Grant Sanderson
d5b4a8907a Added new logo 2018-07-31 19:39:41 -07:00
Grant Sanderson
151a270913 Modernize Python 2 for Python 3 2018-07-11 11:38:59 -07:00
Grant Sanderson
817f480d84 Drawing of earth 2018-06-08 17:15:56 -07:00
Grant Sanderson
deef7a4864 Better fix to \left \right issue in TexMobject 2018-05-19 11:09:59 -07:00
Grant Sanderson
e4c9636cf4 Whoops, turns out that clause was there for a good reason 2018-05-17 15:45:21 -07:00
Grant Sanderson
76fc648615 Replace all unbalanced \left \right text in TexMobject 2018-05-17 11:31:58 -07:00
Grant Sanderson
692a2dfd1f Fixed bug for multipled braces being imbalanced 2018-05-16 11:59:49 -07:00
Ben Hambrecht
1e91fb10a5 typo 2018-05-10 17:10:01 +02:00
Grant Sanderson
d97b994876
Update tex_mobject.py 2018-05-09 14:01:38 -07:00
Grant Sanderson
405349bb68 Removed color default on TexMobject 2018-05-07 13:37:41 -07:00
Grant Sanderson
4403399050 Made add_background_rectangle are more general method for all mobjects 2018-05-07 13:32:47 -07:00
Grant Sanderson
c2a67346f9 Added tex_to_color_map abilty to TexMobject config 2018-05-05 20:19:33 -07:00
Grant Sanderson
fb5f1517a9 Added substrings_to_isolate to TexMobject configuration 2018-05-05 20:16:20 -07:00
Grant Sanderson
9bcd8de865 Small cleanup on TexMobject 2018-05-05 19:49:25 -07:00
Grant Sanderson
d6fba3576c Refactor of TexMobject to separate out SingleStringTexMobject. Should improve TexMobject transform animations 2018-05-05 19:41:08 -07:00
Ben Hambrecht
51129b51ba TeXMobject convenience subclass 2018-05-02 17:17:34 +02:00
Grant Sanderson
76e0f9019e Tiny bug fix to Laptop 2018-04-18 00:13:11 -07:00
Grant Sanderson
a9b76ebcfa Bug fix and PEP8 on svg_mobject.py 2018-04-12 21:56:28 -07:00
Grant Sanderson
909e67f1d1 Merge branch 'master' of github.com:3b1b/manim into wallis-g 2018-04-12 15:12:07 -07:00
Ben Hambrecht
ca8135a90f new class RoundedRectangle and SVG support for it 2018-04-12 23:19:09 +02:00
Ben Hambrecht
cf5d461aa6 working fixing SVG import issue (preprocessing fill and stroke) 2018-04-12 18:33:16 +02:00
Grant Sanderson
3798e45501 added TexMobject.add_background_rectangle_to_parts 2018-04-11 17:14:02 -07:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
Grant Sanderson
ca7930740b Factored probability and three_d constructs out of topics/ 2018-04-01 10:45:41 -07:00
Grant Sanderson
16dde2f84d Created for_3b1b_videos folder.
This is meant to separate things specific to 3b1b, like pi_creatures and certain other specific scenes, from the remainder of the library
2018-03-31 18:13:16 -07:00
Grant Sanderson
fc3dc64805 Refactor many definitions out of topics and into folders within mobject 2018-03-31 18:05:02 -07:00