Commit graph

1371 commits

Author SHA1 Message Date
Ben Hambrecht
a9f3bbd4a3 Revert "Added my playground for syncing btw my machines"
This reverts commit 698373c428.
2018-01-26 22:59:51 +01:00
Sridhar Ramesh
ad14222d1c Reorganized file structure of Camera module 2018-01-26 13:54:20 -08:00
Grant Sanderson
4fe6c343e9
Merge pull request #92 from 3b1b/fourier-work
Fourier work
2018-01-26 13:46:59 -08:00
Grant Sanderson
d62a14e6e5 Finished fourier project 2018-01-26 13:43:26 -08:00
bhbr
3f93924881 cleanup 2018-01-26 22:05:09 +01:00
Sridhar Ramesh
ab45afba8a Incremental progress on WindingNumber 2018-01-26 12:26:30 -08:00
bhbr
49ed0ab4f4 Added my playground 2018-01-26 19:56:49 +01:00
Ben Hambrecht
698373c428 Added my playground for syncing btw my machines 2018-01-26 19:51:08 +01:00
Ben Hambrecht
b3d2795ee3 Merge branch 'master' into lighthouse 2018-01-26 19:50:25 +01:00
Ben Hambrecht
daadc857c4 Revert "Added my playground files (for syncing btw my machines)"
This reverts commit 2fd0687b59.
2018-01-26 19:50:12 +01:00
Ben Hambrecht
2fd0687b59 Added my playground files (for syncing btw my machines) 2018-01-26 19:49:15 +01:00
bhbr
3589a292cb gitignore 2018-01-26 19:33:22 +01:00
bhbr
65eba27ab5 Merge remote-tracking branch 'origin/lighthouse' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-26 19:32:55 +01:00
bhbr
98982d20e0 Merge branch 'master' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-26 19:29:06 +01:00
Grant Sanderson
dc3b43591d Preliminary end to fourier project 2018-01-25 23:51:51 -08:00
Grant Sanderson
4d7bb5c3f1 Updated stage_scenes to write to a directory unique to the animation file 2018-01-25 23:51:36 -08:00
Grant Sanderson
5d811d2e81 Added kwargs to match_width, etc. methods 2018-01-25 23:50:52 -08:00
Grant Sanderson
3e34c29509 Bug fix to PiCreatureScene handling bubbles 2018-01-25 23:50:32 -08:00
Ben Hambrecht
a24738be18 Merge branch 'master' into lighthouse 2018-01-25 23:33:17 +01:00
Ben Hambrecht
9e57ac2be6 Annulus: symmetrized code 2018-01-25 23:23:43 +01:00
Ben Hambrecht
afc0c0d5ae Trying to make light cones update correctly 2018-01-25 23:23:04 +01:00
Grant Sanderson
0fa5727d58 Up to BoundsAtInfinity in fourier 2018-01-25 13:13:39 -08:00
Grant Sanderson
27c6658eb1 Finished ScaleUpCenterOfMass of fourier 2018-01-24 16:09:49 -08:00
Grant Sanderson
ad4ceb3f1a A few bits of cleanup 2018-01-24 16:09:37 -08:00
Sridhar Ramesh
10cc6469ef Incremental progress on WindingNumber 2018-01-24 13:11:44 -08:00
Sridhar Ramesh
a4881d2d07 Removed UnsyncedParallel, which I realized was just reimplementing the functionality of AnimationGroup (and erroneously); I had misinterpreted the nature of the 'squish'ing in AnimationGroup 2018-01-24 13:11:25 -08:00
Grant Sanderson
932d056ff7
Merge pull request #90 from 3b1b/mapping-camera-fix
Fixed bug with MappingCamera set to allow_object_intrusion
2018-01-24 12:15:12 -08:00
Grant Sanderson
3c86caa488 Fixed bug with MappingCamera set to allow_object_intrusion 2018-01-24 12:14:37 -08:00
Grant Sanderson
730c94461f
Merge pull request #89 from 3b1b/fourier-work
Made slicing into Mobjects return a Group or VGroup instead of a list
2018-01-24 11:27:23 -08:00
Grant Sanderson
ebf44f9bdb Scaffolding for ScaleUpCenterOfMass scene in fourier 2018-01-24 11:26:13 -08:00
Grant Sanderson
c7fa8c59ad Made slicing into mobjects return a Group or VGroup instead of a list 2018-01-24 11:25:55 -08:00
Ben Hambrecht
738d6974b7 Resolved conflicts in 2018-01-24 18:53:07 +01:00
Ben Hambrecht
a4a146a54e Merge branch 'master' into lighthouse
# Conflicts:
#	topics/numerals.py
2018-01-24 18:50:44 +01:00
Ben Hambrecht
ea18d984ce Not my changes, but I have to commit them?! 2018-01-24 18:50:01 +01:00
Grant Sanderson
239addea72 Finished WriteComplexExponentialExpression of fourier 2018-01-24 08:55:53 -08:00
Grant Sanderson
b3d6ab9d47 Added background rectangle to DecimalNumber 2018-01-24 08:55:26 -08:00
Grant Sanderson
82905e38bd Removed axes config from Rotating animation 2018-01-24 08:54:36 -08:00
Grant Sanderson
8dd42af2e9 Merge branch 'master' of github.com:3b1b/manim into fourier-work 2018-01-23 14:03:43 -08:00
Grant Sanderson
fb23644b5a Further fourier work 2018-01-23 14:03:25 -08:00
Grant Sanderson
b9a292fbfc
Merge pull request #88 from 3b1b/fourier-work
Fourier work
2018-01-23 13:43:19 -08:00
Grant Sanderson
a389e5353f Extended DecimalNumber to handles complex numbers and background rectangles 2018-01-23 13:42:18 -08:00
Grant Sanderson
bf5480c33b Improved VMobject.match_style method to handle submobjects in a smarter way 2018-01-23 13:41:43 -08:00
Grant Sanderson
64b5399bc5 Extended Mobject.align_to to handle aligning centers of mobjects 2018-01-23 13:41:14 -08:00
Grant Sanderson
1294b9b2fe Lingering typo 2018-01-23 12:25:03 -08:00
Grant Sanderson
47c41139bf Final merge conflict cleanup 2018-01-23 12:23:29 -08:00
Grant Sanderson
b93e28754f Whoops, some lingering changes that should have been in last commit 2018-01-23 12:19:56 -08:00
Grant Sanderson
eabe989eda Resolved a few merge conflicts 2018-01-23 12:18:19 -08:00
Ben Hambrecht
d4ea12b6fc Merge branch 'master' into lighthouse 2018-01-23 21:12:36 +01:00
Ben Hambrecht
7d44dab379 Merge remote-tracking branch 'origin/lighthouse' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-23 21:12:05 +01:00
Ben Hambrecht
963956cca7 resolved merge conflicts (#85) 2018-01-23 21:09:53 +01:00