Commit graph

3536 commits

Author SHA1 Message Date
Ben Hambrecht
2c03f2fd6f Merge branch 'master' into basel 2018-01-18 15:06:59 -08:00
Ben Hambrecht
a9542e0ba3 Progress on Basel problem 2018-01-18 15:06:38 -08:00
Grant Sanderson
ab037dca2e
Merge pull request #72 from 3b1b/fourier-work
Fourier work
2018-01-18 15:05:18 -08:00
Grant Sanderson
8e6c90563b Added WiggleOutThenIn to simple_animations 2018-01-18 15:04:05 -08:00
Grant Sanderson
3041f591d2 Further fourier progress 2018-01-18 13:33:48 -08:00
Grant Sanderson
86597e935c
Merge pull request #71 from 3b1b/basel
missing self in scene.py
2018-01-18 12:20:02 -08:00
Sridhar Ramesh
2d34b2e28b Incremental progress on WindingNumber 2018-01-18 11:51:09 -08:00
Ben Hambrecht
5ab1ffbe2a missing self 2018-01-18 11:32:27 -08:00
Grant Sanderson
a1d658fb89
Merge pull request #69 from 3b1b/fourier-work
Fourier work
2018-01-18 11:02:35 -08:00
Grant Sanderson
fe309ed343 Fixed how NumberLine leftmost_tick is chosen 2018-01-18 11:01:24 -08:00
Grant Sanderson
5ac1b87494 Further development on FourierMachineScene 2018-01-18 11:00:43 -08:00
Grant Sanderson
e24fdda484 Merge branch 'master' of github.com:3b1b/manim 2018-01-18 10:21:43 -08:00
Grant Sanderson
38a1c654fc Slight bug fix for behavior when scene adds mobject followed by a group containing that mobject 2018-01-18 10:21:28 -08:00
Sridhar Ramesh
24a39c7e03 Merge branch 'master' of https://github.com/3b1b/manim 2018-01-17 23:17:53 -08:00
Sridhar Ramesh
2f1454bed4 Incremental WindingNumber progress 2018-01-17 23:17:42 -08:00
Sridhar Ramesh
04c8477ea0 Added a clamp function 2018-01-17 23:17:23 -08:00
Grant Sanderson
1332ec9ed1 Minor cleanups 2018-01-17 22:18:05 -08:00
Grant Sanderson
543d8cb92d Fixed ChangingDecimal bug based on new scene+mobject structure 2018-01-17 22:17:05 -08:00
Grant Sanderson
024a9dd3d4 Removed separate_moving_and_static from scenes in place of cleaner get_moving_mobjects approach 2018-01-17 22:13:38 -08:00
Grant Sanderson
8e747ddc14 Handled trickiness of removing mobjects from scenes 2018-01-17 22:01:20 -08:00
Grant Sanderson
2ab57bda97 Most of the restructuring for how scenes hold mobjects is done, just need to handle the trickiness of Scene.remove 2018-01-17 21:32:50 -08:00
Grant Sanderson
dcb28791c4 Merge branch 'master' of github.com:3b1b/manim 2018-01-17 16:04:38 -08:00
Grant Sanderson
f64c076e7e Changed how functions are applied to vectorized mobjects to handle smoothness issues more cleanly 2018-01-17 16:04:07 -08:00
Ben Hambrecht
a236e33e50 working on basel 2018-01-17 15:18:02 -08:00
Grant Sanderson
1b67abd8a9 Tiny rename in camera 2018-01-17 15:13:30 -08:00
Grant Sanderson
96b48388dd Made ORIGIN default center of PointDotMobject 2018-01-17 15:13:09 -08:00
Grant Sanderson
cd2257ad65 Improved Arc, and added Sector 2018-01-17 15:12:39 -08:00
Grant Sanderson
de478a515a Added 2018-01-17 13:41:40 -08:00
Grant Sanderson
46f5e62cd0 Initial progress of DrawFrequencyPlot in fourier.py 2018-01-17 12:19:16 -08:00
Grant Sanderson
c1f7f17151 Behavior of stroke_width for point_cloud mobjects now fills out a bigger block of pixels 2018-01-17 12:18:47 -08:00
Grant Sanderson
83e28f9efb Improved gradient_hightlight of PointCloudMobject 2018-01-17 12:17:58 -08:00
Grant Sanderson
0bf1a9e303 Changed default Mobject.scale behavior to scale about center of mobject. Also added easier functionality for scaling about the mobject's edge. This will very likely break certain functionality in any old projects that expect scale to scale about ORIGIN by default 2018-01-17 09:01:46 -08:00
Grant Sanderson
b837bab25f Finished WrapCosineGraphAroundCircle of Fourier 2018-01-16 22:40:02 -08:00
Grant Sanderson
424b1c9f08 Slight change to example_scene.py 2018-01-16 22:39:43 -08:00
Grant Sanderson
a08e32be94 Tiny changes to mobject.py 2018-01-16 22:38:00 -08:00
Grant Sanderson
7a63de41a7 Merge branch 'master' of github.com:3b1b/manim 2018-01-16 18:42:07 -08:00
Grant Sanderson
72dac6b2c9 Added submobject_to_align and index_of_submobject_to_align to next_to, removing align_using_submobjects boolean 2018-01-16 18:40:26 -08:00
Sridhar Ramesh
39987d6379 Incremental progress on WIndingNumber 2018-01-16 17:48:51 -08:00
Grant Sanderson
d4650a3d50
Merge pull request #68 from 3b1b/MultiCamera
Added MultiCamera and SplitScreenCamera
2018-01-16 16:20:22 -08:00
Sridhar Ramesh
d1df48b71d Added MultiCamera and SplitScreenCamera 2018-01-16 16:09:16 -08:00
Grant Sanderson
d586b7faf2 Changed name ChangingDecimalToValue to ChangeDecimalToValue 2018-01-16 15:51:19 -08:00
Grant Sanderson
c983c08563 Added ChangingDecimalToValue to numerals 2018-01-16 15:49:24 -08:00
Grant Sanderson
330cc0cd95 Moved nn/ to old_projects 2018-01-16 13:15:14 -08:00
Grant Sanderson
50a6581710
Merge pull request #67 from 3b1b/number-line-tick-fix
double drawing of elongated ticks fixed
2018-01-16 12:27:04 -08:00
Ben Hambrecht
9f977fd23e double drawing of elongated ticks fixed 2018-01-16 12:25:50 -08:00
Grant Sanderson
54e1584b3d Began scaffolding for FourierMachineScene in fourier.py 2018-01-16 09:45:43 -08:00
Grant Sanderson
f223ffa772 Added some more functionality to Axes 2018-01-16 09:44:51 -08:00
Grant Sanderson
42b11d284c Added TAU constant 2018-01-16 09:43:05 -08:00
Grant Sanderson
3a2f44fa25 Merge branch 'dither_name_change' 2018-01-15 19:26:37 -08:00
Grant Sanderson
d5cb0b2294 Finally changed dither to wait 2018-01-15 19:22:24 -08:00