Grant Sanderson
d4d6c1ee20
Changed thumbnail lighthouse brightness
2018-03-05 19:37:03 -08:00
Grant Sanderson
93b5679a11
Merge pull request #144 from efroim102/patch-1
...
Fixed typo/grammer in readme.
2018-03-05 19:36:35 -08:00
Garrett Credi [ddxtanx]
cc63caeec0
Improve readability of three_dimensions
2018-03-05 20:51:55 -06:00
Sridhar Ramesh
5a56e34435
Incremental
2018-03-05 17:58:57 -08:00
Garrett Credi [ddxtanx]
e003bf5c47
Add 3D graphing via square approximation.
2018-03-05 18:53:13 -06:00
Grant Sanderson
d0b32a9eb9
Randomize patron names
2018-03-04 10:43:35 -08:00
Grant Sanderson
8b1643f55d
Finished Basel project
2018-03-04 10:43:23 -08:00
Efroim Rosenberg
8e5196aa8d
Fixed typo/grammer in readme.
2018-03-04 00:54:45 -05:00
Sridhar Ramesh
0975f323db
Fixed fade to behave over Groups of objects exactly as over the subobjects individually
2018-03-01 15:34:46 -08:00
Ben Hambrecht
ee889d6be4
tweaking PondScene, added RightAngleOverlay
2018-03-01 18:28:16 +01:00
Grant Sanderson
ebc418d2bd
Many additions while editing video together
2018-02-28 21:39:38 -08:00
Grant Sanderson
74f3beca7c
Makes Patron names show up lower to start
2018-02-28 21:39:25 -08:00
Sridhar Ramesh
3b0332902d
Incremental
2018-02-28 19:48:39 -08:00
Sridhar Ramesh
2f63c7762d
Added match_interpolate function to interpolate and inverse_interpolate
2018-02-28 19:48:29 -08:00
Sridhar Ramesh
eb09b57356
Synced the display of cComplexPlanes to the way NumberPlanes display. However, the code should further be merged at some point
2018-02-28 19:48:08 -08:00
Ben Hambrecht
56f74388a0
PondScene, created InfiniteCircleScene
2018-03-01 00:15:01 +01:00
Ben Hambrecht
16cdc01003
even more tweaking, added ThumbnailScene
2018-02-28 18:35:28 +01:00
Grant Sanderson
7e4bd54da7
Tweaks to IPTScene
2018-02-28 09:34:38 -08:00
Grant Sanderson
004d3603f2
IPTScene in basel2
2018-02-27 22:40:37 -08:00
Grant Sanderson
d7b84b0507
Simpler move_lighthouse_to
2018-02-27 22:39:50 -08:00
Grant Sanderson
59d81feb26
Finished TwoLightSourcesScene
2018-02-27 17:27:39 -08:00
Ben Hambrecht
ae943ba795
tweaked PondScene and FinalSumManipulationScene
2018-02-28 00:26:08 +01:00
Grant Sanderson
3a59795330
Added ManipulateLightsourceSetups
2018-02-27 15:12:04 -08:00
Grant Sanderson
0bf9f0b644
Finished InverseSquareLaw scene
2018-02-27 13:56:55 -08:00
Grant Sanderson
ec4bf7b504
Fixed(?) Spotlight.update_sectors
2018-02-27 13:56:22 -08:00
Grant Sanderson
ad13082b73
Added Mobject.stretch_to_fit_depth
2018-02-27 13:55:38 -08:00
Sridhar Ramesh
265986c3f3
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-27 12:20:35 -08:00
Ben Hambrecht
0aaa8c1877
removed return
2018-02-27 19:12:34 +01:00
Ben Hambrecht
80b35918cf
tweaking PondScene
2018-02-27 18:48:55 +01:00
Ben Hambrecht
342d6eaa82
resolved conflicts
2018-02-27 18:48:35 +01:00
Ben Hambrecht
74742ce5b4
Merge branch 'master' into lighthouse2
...
# Conflicts:
# camera/camera.py
# helpers.py
2018-02-27 12:38:05 +01:00
Grant Sanderson
c521a021fe
Changed order of args in paths searched for svg files
2018-02-26 23:35:40 -08:00
Grant Sanderson
3afdce521d
Up to EarthScene of basel2
2018-02-26 23:35:13 -08:00
Grant Sanderson
c2b3e3f3e0
Changed mobject of ScreenTracker
2018-02-26 23:34:42 -08:00
Grant Sanderson
ec610a9152
Really dumb copy-pasting of extract_scene.py and scene.py from master to get what I want. Not sure what's going on here.
2018-02-26 19:07:57 -08:00
Grant Sanderson
ae41269d36
Merge branch 'master' of github.com:3b1b/manim into lighthouse-grant
2018-02-26 19:04:09 -08:00
Grant Sanderson
14f531086c
Finished FirstLighthouseScene
2018-02-26 19:02:12 -08:00
Grant Sanderson
226f0153bd
Enabled coloring of the point in a GrowFromPoint animation
2018-02-26 19:01:44 -08:00
Grant Sanderson
a302a6bf04
Finished MathematicalWebOfConnections scene
2018-02-26 17:12:47 -08:00
Grant Sanderson
0c7c324271
Merge pull request #140 from 3b1b/WindingNumber
...
Winding number
2018-02-26 16:23:50 -08:00
Grant Sanderson
60a47d0e2e
Reverted basel.py to original pre-grant state
2018-02-26 16:15:03 -08:00
Grant Sanderson
671b6e6fe8
Changes to basel, and replication of the file
2018-02-26 16:13:28 -08:00
Sridhar Ramesh
1a8266b5a3
Incremental WindingNumber changes (and hopefully fixes to merge snafu now removed frmo history)
...
For reference: There had been a giant merge snafu (a merge on the Master branch of changes from Lighthouse2 that somehow overwrote many other files to older versions), apparently fixed on the Master branch by doing a reset to an older version and then a push -f. Before it was fixed, the merge snafu from Master was pulled into Sridhar's local WindingNumber, and then pushed to the remote WindingNumber as well. This was fixed by also doing a reset on Sridhar's local WindingNumber to the last good version and a push --force-with-lease. (There were some uncommitted changes on WindingNumber.py lost in the process, but luckily, by manually saving the file, those changes were reinserted, in this very commit).
2018-02-26 16:07:50 -08:00
Sridhar Ramesh
07214127d8
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-26 16:01:49 -08:00
Ben Hambrecht
a06c9d32d9
microedits (not yet working)
2018-02-27 00:22:21 +01:00
Grant Sanderson
148c808b76
Merge branch 'lighthouse2' of github.com:3b1b/manim into lighthouse2
2018-02-26 11:59:32 -08:00
Grant Sanderson
26388d35f4
Merge branch 'master' of github.com:3b1b/manim into lighthouse2
2018-02-26 11:59:06 -08:00
Grant Sanderson
99783d77a0
Added edits to intro scene
2018-02-26 11:58:56 -08:00
Sridhar Ramesh
1b9cde00d9
Minor fix to camera.py, making SplitScreenCameras work again after some change to background handling made them crash
2018-02-26 11:47:37 -08:00
Grant Sanderson
1ba56c3bba
Satisfying finicky spacing desires
2018-02-26 11:41:44 -08:00