Commit graph

908 commits

Author SHA1 Message Date
Grant Sanderson
d9f0c31eb1 Began setup of WhiteComplexExponentialExpression in fourier 2018-01-23 12:05:17 -08:00
Grant Sanderson
0c7698da55 Added ability to give a unit to a decimal, and changing decimal 2018-01-23 12:04:56 -08:00
Grant Sanderson
9ded033c7c Slightly improved match_style in vmobject, but it's styll suboptimal 2018-01-23 12:04:31 -08:00
Grant Sanderson
245ee91f02 Added initial_config to digest_config, so that there is a way to recall how a mobject/animation/scene was initialized 2018-01-23 12:04:05 -08:00
Grant Sanderson
9b400c322e Scoped out WhiteComplexExponentialExpression of fourier 2018-01-22 21:58:26 -08:00
Grant Sanderson
4f356d7e8f Added simple R3_to_complex function 2018-01-22 21:57:38 -08:00
Grant Sanderson
983f739553 Merge branch 'master' of github.com:3b1b/manim into fourier-work 2018-01-22 13:37:09 -08:00
Grant Sanderson
50fe599b05
Merge pull request #84 from 3b1b/lighthouse
Renaming
2018-01-22 13:36:50 -08:00
Ben Hambrecht
ad6a05074b Merge branch 'master' into lighthouse 2018-01-22 11:55:19 -08:00
Grant Sanderson
f7f447956c Merge branch 'master' into fourier-work 2018-01-22 11:44:32 -08:00
Grant Sanderson
b9a4dd2e5f Added a few base layer animation for end message of fourier 2018-01-22 11:43:19 -08:00
Grant Sanderson
22c11286b7
Merge pull request #83 from Solara570/tex-mobject-fixes
A few improvements on TexMobject
2018-01-22 11:42:11 -08:00
Solara570
ad7a2171cd A few improvements on TexMobject 2018-01-23 02:14:18 +08:00
Grant Sanderson
c3cc3e1144 Began FilterOutHighPitch in fourier 2018-01-21 23:32:57 -08:00
Grant Sanderson
5780998115 Changed configuration setup for Broadcast 2018-01-21 23:32:25 -08:00
Grant Sanderson
c7b140a24d Added error message to indicate people should change MEDIA_DIR 2018-01-21 23:31:46 -08:00
Ben Hambrecht
a04a8635a7 Reworked default π creature's kwargs 2018-01-21 18:35:03 -08:00
Ben Hambrecht
9f46c69fff Merge branch 'master' into lighthouse 2018-01-21 18:29:24 -08:00
Ben Hambrecht
9600e5fd18 Light screen and shadows 2018-01-21 18:29:13 -08:00
Grant Sanderson
dc271530d6 Added more to ShowCommutativeDiagram 2018-01-21 16:44:32 -08:00
Grant Sanderson
5b0b754cae Added match_style_data method 2018-01-21 16:44:07 -08:00
Grant Sanderson
c7eb88cc75 Finished ShowCommutativeDiagram of fourier 2018-01-21 10:45:26 -08:00
Grant Sanderson
f5d3742ff8 Setup position on ShowCommutativeDiagram 2018-01-21 10:10:42 -08:00
Ben Hambrecht
4bcaa8824c Merge branch 'master' into lighthouse 2018-01-20 19:50:58 -08:00
Grant Sanderson
e922f4980f Further fourier progress 2018-01-20 19:31:43 -08:00
Grant Sanderson
4acc4c2382 Typo fix 2018-01-20 19:31:25 -08:00
Grant Sanderson
9916e072aa Added matching functions 2018-01-20 19:31:09 -08:00
Grant Sanderson
5a8a746b03 Changed README and example_scenes for updated instructions on usage. 2018-01-20 15:29:50 -08:00
Grant Sanderson
aef961ca0a Further incremental fourier work 2018-01-20 13:44:28 -08:00
Grant Sanderson
5f3c774952 Fixed bug with how Brace gets created 2018-01-20 13:44:14 -08:00
Grant Sanderson
925e103968 Merge branch 'master' into fourier-work 2018-01-20 13:20:07 -08:00
Grant Sanderson
9be177f478 More Fourier progress 2018-01-20 13:19:43 -08:00
Grant Sanderson
d840ca76c0 Merge branch 'master' of github.com:3b1b/manim 2018-01-20 13:18:13 -08:00
Grant Sanderson
c60af413a5
Merge pull request #82 from 3b1b/changes-implementation-of-basic-mobject-functions
Changes implementation of basic mobject functions
2018-01-20 13:15:23 -08:00
Grant Sanderson
c5b0e26090 Addressed places which depended on rotate being about the origin 2018-01-20 13:14:17 -08:00
Grant Sanderson
37d051c6b1 Merge branch 'changes-implementation-of-basic-mobject-functions' 2018-01-20 11:45:58 -08:00
Grant Sanderson
1ffbc77eda Bug fix to ApplyMethod treatment of method kwargs 2018-01-20 11:45:47 -08:00
Grant Sanderson
7268fc2d58
Merge pull request #81 from 3b1b/changes-implementation-of-basic-mobject-functions
Updated the scale_to_fit Mobject methods based on new about_point and…
2018-01-20 11:34:03 -08:00
Grant Sanderson
7c9f5ca711 Updated the scale_to_fit Mobject methods based on new about_point and about_edge convention 2018-01-20 11:33:09 -08:00
Grant Sanderson
999a57a90b
Merge pull request #80 from 3b1b/changes-implementation-of-basic-mobject-functions
Changes implementation of basic mobject functions
2018-01-20 11:21:20 -08:00
Grant Sanderson
d07efc6cb5 When calling Scene.play on a method followed by its args, if you end the list with a dict, it will interpret it as the kwargs of the method. 2018-01-20 11:19:12 -08:00
Grant Sanderson
fcd1e7d6a5 A few small fixes to new about_point behavior 2018-01-20 11:18:43 -08:00
Grant Sanderson
48dad34f95 Editing ApplyMethod so that if the last arg is a dict, it's treated as kwargs for the method 2018-01-20 11:00:23 -08:00
Grant Sanderson
850b6f9e88 Initial edits to make main movement methods take in about_point and about_edge kwargs 2018-01-20 10:56:52 -08:00
Ben Hambrecht
ddf8a880ec Merge branch 'master' into basel 2018-01-19 18:58:34 -08:00
Grant Sanderson
e6df91d03e Small bug fix to foreground mobject behavior during an animation 2018-01-19 18:57:52 -08:00
Grant Sanderson
78b660bb92 Fixed bug with creating image directories 2018-01-19 18:46:23 -08:00
Grant Sanderson
a28d13fc3e Finished DrawFrequencyPlot of Fourier 2018-01-19 18:35:58 -08:00
Grant Sanderson
d8b49f471a
Merge pull request #76 from 3b1b/WindingNumber
Winding number
2018-01-19 17:34:39 -08:00
Grant Sanderson
73b1d3bc4a
Merge pull request #78 from 3b1b/basel
Corrected get_arc_center()
2018-01-19 17:33:29 -08:00