Grant Sanderson
|
66209b0cc2
|
Merge pull request #77 from 3b1b/fourier-work
Fourier work
|
2018-01-19 13:30:55 -08:00 |
|
Grant Sanderson
|
4919dbf652
|
Fixed ContinualUpdateFromFunc issue
|
2018-01-19 13:30:10 -08:00 |
|
Sridhar Ramesh
|
7bcde6713d
|
Incremental progress on WindingNumber
|
2018-01-19 13:03:12 -08:00 |
|
Sridhar Ramesh
|
d74127bb7f
|
Bug fixes to implementation of Succession animations
|
2018-01-19 13:02:41 -08:00 |
|
Grant Sanderson
|
22d6d2dba5
|
Further fourier work
|
2018-01-19 12:50:05 -08:00 |
|
Grant Sanderson
|
15a832acec
|
Merge pull request #75 from 3b1b/fourier-work
Enable -n command on extract_scene.py to skip to a given animation in a scene
|
2018-01-18 21:28:29 -08:00 |
|
Grant Sanderson
|
44f9954dbd
|
Enable -n command on extract_scene.py to skip to a given animation in a scene
|
2018-01-18 21:26:57 -08:00 |
|
Ben Hambrecht
|
f77581170d
|
Merge branch 'master' into basel
|
2018-01-18 18:25:21 -08:00 |
|
Grant Sanderson
|
7e5dcd17d0
|
Merge pull request #74 from 3b1b/fourier-work
Fourier work
|
2018-01-18 18:22:52 -08:00 |
|
Grant Sanderson
|
a0b1b8ccf3
|
Further Fourier progress
|
2018-01-18 18:20:51 -08:00 |
|
Grant Sanderson
|
eb149bef2e
|
Fixed the bug with negative 0 displaying
|
2018-01-18 18:20:38 -08:00 |
|
Grant Sanderson
|
0c30d31dff
|
Incremental fourier work
|
2018-01-18 16:49:50 -08:00 |
|
Grant Sanderson
|
7cbc83df20
|
Improved how functions are drawn
|
2018-01-18 16:46:38 -08:00 |
|
Grant Sanderson
|
b0d85e4cbe
|
Merge pull request #73 from 3b1b/fourier-work
Fourier work
|
2018-01-18 16:24:33 -08:00 |
|
Grant Sanderson
|
00713b7971
|
Fixed bug associated with continual_animations being removed accidentally
|
2018-01-18 16:23:31 -08:00 |
|
Grant Sanderson
|
b41e1fc562
|
Used np.clip in Animation.update
|
2018-01-18 16:22:57 -08:00 |
|
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 |
|