Commit graph

2799 commits

Author SHA1 Message Date
Grant Sanderson
2ccf83c0aa Change output folder heirarchy back to grouping files of similar types, rather grouping them as parts of the same scene 2019-06-13 16:15:02 -07:00
Grant Sanderson
cfbbff1bdf Default color of Vector should be white 2019-06-13 16:14:03 -07:00
Grant Sanderson
f10baa3fcd Change default media output directory to from 'video' to 'videos' 2019-06-13 16:13:42 -07:00
Grant Sanderson
cc08c090d1 Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-06-13 09:29:57 -07:00
Grant Sanderson
caa4efdfa5 Latest scenes for diffyq part 3 2019-06-13 09:27:35 -07:00
Grant Sanderson
503b2bc896 For some reason stage_scenes still has a hardcoded input directory... 2019-06-13 09:27:19 -07:00
Grant Sanderson
542ddb9afd Make sure set_opacity changes background stroke as well 2019-06-13 09:26:34 -07:00
Grant Sanderson
6214ea7a01 Added TracedPath 2019-06-13 09:26:03 -07:00
Grant Sanderson
3b42f1f709 Added int_func to SHowIncreasingSubsets 2019-06-13 09:25:14 -07:00
Devin Neal
ab75015099
Merge pull request #582 from stephenwild/master
Documentation for TipableVMobject
2019-06-13 00:48:15 -07:00
Devin Neal
1322152391 Update README.md 2019-06-10 20:09:42 -07:00
Stephen Wild
41539387a5 Documentation for TipableVMobject
Add an overview of TipableVMobject's functionality and a few comments, as well as grouping some methods by functionality (roughly).
2019-06-10 03:36:16 +08:00
Devin Neal
22b4c3578b
Merge pull request #580 from Kolloom/pull_jarwin_patch-3
Update learning_by_example.rst
2019-06-08 16:37:54 -07:00
Kolloom
5535997356 Simple wording change 2019-06-08 18:32:42 -05:00
Devin Neal
3e2a312f51
Merge pull request #581 from Kolloom/link_fix
fix broken link due to misnamed file
2019-06-08 15:33:13 -07:00
Devin Neal
aad68a5503
Update docker install link 2019-06-08 15:28:25 -07:00
Kolloom
7f54ac9b3a fix broken link due to misnamed file 2019-06-08 14:17:59 -05:00
Kolloom
fb9cf93470 Minor changes 2019-06-08 14:00:59 -05:00
Kolloom
d1ada7a8aa Update mac install doc to include manim
also caution on python2 incompatibility
2019-06-08 13:44:10 -05:00
Kolloom
9ffe4a6839 Rewrite learning_by_example.py
Move embedded video to below example code.

Delete ``manim -h`` output. If user is able to run manim,
they should be able to use the help flag too.

Change wording on "instance" when it should be "classes"

Move info on flags to a note block

Add a note on transform only change apparances.

Move explanations to after code block

...
2019-06-08 13:32:27 -05:00
Devin Neal
f6dc1cb50f updated Compose file and update docker section of README.md 2019-06-08 00:40:23 -07:00
Devin Neal
a024916e66 Apply link fix from master 2019-06-08 00:32:43 -05:00
Kolloom
73a1d37785 Merging mac install doc from jarwin/patch-3 2019-06-08 00:19:31 -05:00
Purusharth Saxena
62206bc0e7 Update learning_by_example.rst
Updated getting started to accomodate manimlib (pip installation)
2019-06-08 00:19:31 -05:00
Devin Neal
57b96fdd07 fix documentation links 2019-06-06 20:40:11 -07:00
Devin Neal
de0d7c907d Merge branch 'master' of github.com:3b1b/manim 2019-06-04 21:10:37 -07:00
Devin Neal
8449bc3418 update documentation 2019-06-04 21:10:12 -07:00
Devin Neal
f81c275631 make media, tex, and video directories configurable via flags 2019-06-04 20:51:18 -07:00
Devin Neal
949bfaa0b4
Merge pull request #577 from Kolloom/master
Add animation documentation and asset folder
2019-06-04 20:38:15 -07:00
Kolloom
e1fb9f480b Add animation documentation and asset folder
Animation documentation is not yet complete.
Asset folder contains renders from code snipples.

Update constants.rst to include a ref tag
Update index to include the animation doc
2019-06-04 13:15:35 -05:00
Devin Neal
caa4577cd1 reorganize media file tree 2019-06-03 23:41:05 -07:00
Grant Sanderson
43b82f2c53 Scenes up to AnalyzeSineCurve for diffyq part 3 2019-06-03 11:33:39 -07:00
Devin Neal
c203f8e8c0 remove repeated latex package 2019-06-02 21:13:41 -07:00
Devin Neal
75996a618c install less latex 2019-06-02 21:10:45 -07:00
Devin Neal
ed24541de6
update dockerfile, add flag for high quality rendering (#573)
Allow rendering in 1080p by passing `--high_quality` and update the Dockerfile and Compose file to install Manim directly into the container.
2019-06-02 18:58:33 -07:00
Kolloom
22c8aa0eb8 Add documentation for constants.py (#572)
* Add documentation for constants.py

* Update documentation for constants.py

With suggestions from eulertour
2019-06-02 18:21:11 -07:00
Kierán Meinhardt
0590c153ef remove typographically incorrect punctuation from documentation headings (#567) 2019-06-02 13:54:03 -07:00
Charly
c42ae8a55b add option -i to save as gif (#529)
* add option -i to save as gif

* re-add -c command

* No longer needs to save mp4 first
2019-06-02 12:13:22 -07:00
Devin Neal
3632d97140
install pycairo conditionally based on platform identifier (#571) 2019-05-31 10:44:51 -07:00
quark67
e9fc2aa46c Correction of a bad alt description (#566) 2019-05-30 13:17:45 -07:00
Yoshi Askharoun
20590e6823 Remove duplicate usepackage (#554)
The textcomp package was imported twice in the ctex template
2019-05-29 20:25:51 -07:00
Grant Sanderson
8bb0b4f010 Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-05-29 18:29:11 -07:00
Grant Sanderson
ab2318ff9d New scenes for diffyq part 3 2019-05-29 18:28:40 -07:00
Grant Sanderson
5dcb113996 Moving the frame_center of camera was not working. This fixes it, but I suspect there is a need for a deeper fix where everything is handled in transform_points_pre_display properly for the various camera classes 2019-05-29 18:28:28 -07:00
Devin Neal
68fb61a5b2
add information to docs (#563) 2019-05-28 21:28:01 -07:00
Devin Neal
2f37e3abf2
Merge pull request #562 from eulertour/master
add master_doc to conf.py
2019-05-28 21:07:40 -07:00
Devin Neal
aecf5b0b18 add master_doc to conf.py 2019-05-28 21:03:20 -07:00
Devin Neal
224d389522
Merge pull request #561 from Kolloom/master
Add Windows installation documentation
2019-05-28 19:08:34 -07:00
Grant Sanderson
52054571ab Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-05-28 13:38:50 -07:00
Grant Sanderson
ddd7ce2f12 Animations up to the preview for the breakdown into sine curves for diffyq chapter 3 2019-05-28 13:38:45 -07:00