Commit graph

1371 commits

Author SHA1 Message Date
Grant Sanderson
f23fd5444d Added various svg files to files directory (not usually where they live) so anyone outisde 3b1b wanting to download the code and try it out won't see it break on all pi creature scenes 2018-01-12 13:39:51 -08:00
Grant Sanderson
ffcd9b5767 Changed the defaults for where animations are written, and where images for ImageMobject and SVGMobject are sought after 2018-01-12 13:38:25 -08:00
Grant Sanderson
0b595ed5f5 Improved behavior of Axes.get_graph 2018-01-12 12:37:38 -08:00
Grant Sanderson
83a48b82a3 Update extract_scene for better argument parsing 2018-01-12 12:37:02 -08:00
Grant Sanderson
adb55a45a4 Merge branch 'master' of github.com:3b1b/manim 2018-01-11 18:14:26 -08:00
Grant Sanderson
25ac8a089d Began Fourier project animations 2018-01-11 18:13:50 -08:00
Grant Sanderson
2745f25855 Added Broadcast to objects.py, though it's unclear where it should go. 2018-01-11 18:13:35 -08:00
Grant Sanderson
32eb1a46d4 Added coords_to_point and get_graph to Axes 2018-01-11 18:12:58 -08:00
Grant Sanderson
ae31ee55e7 Bug fix to VMobject.fade 2018-01-11 18:12:15 -08:00
Sridhar Ramesh
6bf9022971 Merge branch 'master' of https://github.com/3b1b/manim 2018-01-11 17:05:19 -08:00
Sridhar Ramesh
943a970d12 Incremental progress on animations for Winding Number video 2018-01-11 17:04:10 -08:00
Grant Sanderson
c649a152d7 Moved Broadcast to simple_animations 2018-01-11 16:51:16 -08:00
Sridhar Ramesh
1500666871 Added MappingCamera 2018-01-11 16:49:58 -08:00
Sridhar Ramesh
634bef091f Minor comments added to continual_animation.py 2018-01-11 13:42:43 -08:00
Sridhar Ramesh
08430e4e2c Mostly finished Winding Number loop decomposition animation 2018-01-11 13:42:09 -08:00
Sridhar Ramesh
c1f25338ee Work in progress on building up WindingNumber animations 2018-01-10 17:58:20 -08:00
Sridhar Ramesh
0ce1a528c6 Added Surround method to MObject, as well as special-case implementation of it to Circle 2018-01-10 17:57:22 -08:00
Sridhar Ramesh
a0fc3ce324 Bug fix on CycleAnimation 2018-01-10 17:56:14 -08:00
Sridhar Ramesh
62edfbb32f Merge branch 'master' of https://github.com/3b1b/manim 2018-01-10 17:00:12 -08:00
Grant Sanderson
1bc6769a4c Merge branch 'master' of github.com:3b1b/manim 2018-01-10 16:58:43 -08:00
Grant Sanderson
56505522bd Fixed Succession animation, while changing its syntax a bit 2018-01-10 16:58:22 -08:00
Sridhar Ramesh
dcd0d95868 Added CycleAnimation (which turns Animations into ContinualAnimations through unending repetition) 2018-01-10 15:26:09 -08:00
Sridhar Ramesh
685750486a Cleaned up duplicate entry for MoveAlongPath in simple_animations 2018-01-10 13:08:01 -08:00
Grant Sanderson
48503fc5af
Merge pull request #61 from Solara570/master
3D Hilbert Curve Implemented
2018-01-09 17:52:32 -08:00
Sridhar Ramesh
a2b037a8b9 Began a project for the winding number video 2018-01-09 17:12:28 -08:00
Sridhar Ramesh
aea7da222d Modified behavior of ChangingDecimal so that labels keep track of displacement from tracked_mobject 2018-01-09 17:11:40 -08:00
Grant Sanderson
3696ce748d Fixed zoomed_scene bug 2018-01-09 14:04:22 -08:00
Grant Sanderson
d8c4021eec Merge branch 'master' of github.com:3b1b/manim
Change MOVIE_DIR
2018-01-08 17:30:15 -08:00
Grant Sanderson
7db41ef0dd New MOVIE_DIR name 2018-01-08 17:30:09 -08:00
Sridhar Ramesh
1082d04b7f Added point_to_coords method to graph_scene. Also, modified MOVIE_DIR in constants.py 2018-01-08 17:24:54 -08:00
Grant Sanderson
1b0819ce97 Fixed ffmpeg writing issue 2018-01-08 12:40:36 -08:00
Grant Sanderson
2ee311870f
Merge pull request #62 from mitkonikov/master
Ability to export PNG sequence
2018-01-03 19:24:22 -08:00
Grant Sanderson
07fc70ec88
Merge pull request #65 from frozar/constant_setup
[CONST] Fix directories creation
2018-01-03 19:24:03 -08:00
frozar
7e1f8e4b47 [CONST] Use makedirs() instead of mkdir(). 2018-01-03 22:29:43 +01:00
Grant Sanderson
01f85225d0 Moved mug.py to old_projects 2017-12-24 14:29:53 -08:00
Grant Sanderson
f9dafda750 End of mug project 2017-12-24 14:29:31 -08:00
Mitko Nikov
c7214005ae Ability to export PNG sequence
While writing to a movie file, if you specify -f it will export a png
sequence in a folder with the same name like the scene. The ability to
export transparent PNG sequences adds the ability to change the
background afterwards.
2017-12-22 13:00:13 +01:00
Solara570
750caffd95 Merge remote-tracking branch '3b1b/master' 2017-12-22 10:39:27 +08:00
Grant Sanderson
74406f239c Beginning mug project 2017-12-21 13:43:27 -08:00
Grant Sanderson
c14cde5b0a Added NormalAnimationAsContinualAnimation 2017-12-21 13:43:15 -08:00
Solara570
19a0a72545 3D Hilbert Curve Implemented 2017-12-20 20:31:02 +08:00
Grant Sanderson
f616ca3d83 End of combinations projects 2017-12-19 14:48:18 -08:00
Grant Sanderson
87801c2ed8 Preliminary end to eop/combinations animations 2017-12-15 11:00:47 -08:00
Grant Sanderson
1471c4eef9 NineChooseFourExample of eop/combinations 2017-12-14 14:09:00 -08:00
Grant Sanderson
47ee3c71dd A few simple animations for Q&A round 2 video 2017-12-13 22:49:20 -08:00
Grant Sanderson
797def9621 Refactor of confetti 2017-12-13 17:17:19 -08:00
Grant Sanderson
7656159ab4 HowToComputeNChooseK of eop/combinations 2017-12-13 17:17:03 -08:00
Grant Sanderson
43d947657d HowToComputeNChooseK in eop/combinations 2017-12-12 14:24:12 -08:00
Grant Sanderson
76a420139d Merge branch 'master' of github.com:3b1b/manim 2017-12-09 14:35:35 -08:00
Grant Sanderson
0970f79d8a Merge branch 'docker' of https://github.com/scottopell/manim into scottopell-docker 2017-12-09 14:33:33 -08:00