395 Commits

Author SHA1 Message Date
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
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
c520d0b517 Added Mobject.become method 2018-08-09 11:09:24 -07:00
3dc5b10e8b Add background stroke width to mobjects 2018-08-08 11:15:45 -07:00
7119f0cc6e scale_to_fit_width -> set_width, likewise for height and depth 2018-08-08 10:30:52 -07:00
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
81790cb847 Small fixes to matrix.py 2018-08-06 10:44:41 -07:00
d5b4a8907a Added new logo 2018-07-31 19:39:41 -07:00
0b290a19b9 Added Line.get_unit_vector 2018-07-17 12:44:18 -07:00
151a270913 Modernize Python 2 for Python 3 2018-07-11 11:38:59 -07:00
3b22df3ea7 Refactored DecimalNumber to better use string formatting syntax 2018-06-26 14:39:47 -07:00
28362f1547 Added Mobject.shuffle_submobjects 2018-06-18 13:27:42 -07:00
3550ec3234 Fixed default label direction for Axes y-axis 2018-06-15 13:54:21 -07:00
b56ac7a6ed Tiny formatting fixes 2018-06-13 17:12:18 -07:00
45c0e0ccb7 Added include_sign flag to DecimalNumber 2018-06-12 18:48:17 -07:00
80dd37f763 div_curl project up to ChangingElectricField 2018-06-08 17:16:11 -07:00
817f480d84 Drawing of earth 2018-06-08 17:15:56 -07:00
54f833826c Give Decimal the same heirarchy as TexMobject 2018-05-30 22:55:13 -07:00
13d7228918 Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db500eddfdec75cc727b70737d892e961, reversing
changes made to c8c6e6d9ba77d42c8d50d8187ca2b0427da0079c.
2018-05-21 12:11:46 -07:00
17a1ea6db5 Merge branch 'master' of github.com:3b1b/manim into alt-calc 2018-05-19 11:21:38 -07:00
deef7a4864 Better fix to \left \right issue in TexMobject 2018-05-19 11:09:59 -07:00
e4c9636cf4 Whoops, turns out that clause was there for a good reason 2018-05-17 15:45:21 -07:00
76fc648615 Replace all unbalanced \left \right text in TexMobject 2018-05-17 11:31:58 -07:00
e43ccb144d Up to ShowPhiAsFixedPoint in alt_calc 2018-05-16 15:15:27 -07:00
b2b66947db reverted to earlier version 2018-05-16 21:17:14 +02:00
692a2dfd1f Fixed bug for multipled braces being imbalanced 2018-05-16 11:59:49 -07:00
bf4bac1371 Simply added self.stem attribute to Arrow 2018-05-15 13:54:04 -07:00
53abc18be2 Merge branch 'master' of github.com:3b1b/manim into alt-calc 2018-05-14 18:42:48 -07:00
f04b2e270c Refactoring how Camera frame height and width are handled 2018-05-11 17:41:37 -07:00
d36a68f756 Cleanup of ZoomedScene updates 2018-05-10 19:46:10 -07:00
7ee85faadd Reimplemented ZoomedScene, using a new MultiCamera 2018-05-10 15:55:31 -07:00
1e91fb10a5 typo 2018-05-10 17:10:01 +02:00
f12370d40e Fix to last commit 2018-05-09 14:28:26 -07:00
ff2b944067 Better fix to Mobject.reduce_across_dimension 2018-05-09 14:20:23 -07:00
57d594e565 Merge branch 'master' of github.com:3b1b/manim into alt-calc 2018-05-09 14:08:53 -07:00
8e71db4f69 Improvements to TexMobject 2018-05-09 14:05:32 -07:00
72c71871b4 Changed how numbers are added to a number line 2018-05-09 14:04:31 -07:00
d97b994876 Update tex_mobject.py 2018-05-09 14:01:38 -07:00
7ce5674126 fixed bug for reduce_across_dimension for mobs with empty submobs 2018-05-09 18:22:30 +02:00
fd002c13e6 renamed num_decimal_points -> num_decimal_places 2018-05-09 18:21:25 +02:00
0247224e07 Fixes and refactoring for TexMobject 2018-05-08 16:15:28 -07:00
69d899a6fe trying (and failing) to get the pi creature to flash through the class 2018-05-08 13:23:24 +02:00
405349bb68 Removed color default on TexMobject 2018-05-07 13:37:41 -07:00
3f4b17a785 Moved where stroke_width attr is defined 2018-05-07 13:37:29 -07:00
4403399050 Made add_background_rectangle are more general method for all mobjects 2018-05-07 13:32:47 -07:00
c2a67346f9 Added tex_to_color_map abilty to TexMobject config 2018-05-05 20:19:33 -07:00
fb5f1517a9 Added substrings_to_isolate to TexMobject configuration 2018-05-05 20:16:20 -07:00
9bcd8de865 Small cleanup on TexMobject 2018-05-05 19:49:25 -07:00
d6fba3576c Refactor of TexMobject to separate out SingleStringTexMobject. Should improve TexMobject transform animations 2018-05-05 19:41:08 -07:00
51129b51ba TeXMobject convenience subclass 2018-05-02 17:17:34 +02:00