Grant Sanderson
2294cdea4f
Allow Bubble to flip over any axis, which was unnecessarily restricted before
2019-06-19 16:08:14 -07:00
Grant Sanderson
8ce13875a3
Added Line.set_length
2019-06-19 16:07:22 -07:00
Grant Sanderson
7ac990119a
frame_center was getting double-added, messing up MovingCameraScene
2019-06-19 16:07:07 -07:00
Devin Neal
43b643db6c
Merge pull request #586 from Kolloom/install_doc
...
Install doc
2019-06-19 14:46:34 -07:00
Grant Sanderson
9da74cb657
Beginning chapter 4 animations
2019-06-18 20:40:41 -07:00
Grant Sanderson
2680a9c373
Change Fourier scene to center on vectors, not circles
2019-06-18 20:40:29 -07:00
Devin Neal
f908b68bed
Merge pull request #597 from cclauss/patch-1
...
Travis CI: The sudo tag is now deprecated
2019-06-18 00:19:41 -07:00
Devin Neal
71f79530be
Merge pull request #600 from red5h4d0w/master
...
Update tex_file_writing.py
2019-06-17 13:01:47 -07:00
red5h4d0w
e72390bfc4
Update tex_file_writing.py
2019-06-17 15:40:03 -04:00
cclauss
dc83cac5b4
Travis CI: The sudo tag is now deprecated
...
__sudo: required__ no longer is... [Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration ).
"_If you currently specify __sudo:__ in your __.travis.yml__, we recommend removing that configuration_"
2019-06-16 22:48:58 +02:00
Grant Sanderson
5a86ba08f4
Merge pull request #596 from 3b1b/diffyq
...
Diffyq
2019-06-16 12:53:02 -07:00
Grant Sanderson
e421d3689a
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-06-16 12:51:46 -07:00
Grant Sanderson
dfeb11a2ab
Final animations for diffyq chapter 3
2019-06-16 12:51:34 -07:00
Devin Neal
66f9ff29e4
update windows docs
2019-06-15 21:42:05 -07:00
Grant Sanderson
62c2772982
Nearly the final animations for diffyq part 3
2019-06-15 20:52:38 -07:00
Grant Sanderson
9e7619844f
Latest animations for diffyq part 3
2019-06-15 12:22:37 -07:00
Grant Sanderson
6c2e7f4c2c
interpolate_mobject should return self
2019-06-15 12:22:21 -07:00
Grant Sanderson
08eee147b3
Added TangentLine
2019-06-15 12:21:29 -07:00
Kolloom
43b4508b2c
Fix wording.
2019-06-15 14:03:04 -05:00
Devin Neal
dade021eaa
Merge pull request #592 from Grae-Drake/feature/docs-edits
...
Update link to Todd Zimmerman tutorial
2019-06-15 00:09:33 -07:00
Devin Neal
0041e3fd45
Merge pull request #585 from Kolloom/doc
...
Add documentation for the coordinate system
2019-06-14 23:15:01 -07:00
Grae Drake
d031e5735a
Update tutorial description
2019-06-14 23:06:06 -07:00
Kolloom
e64a25bd40
Add a docker diagram to README.md
2019-06-15 00:51:22 -05:00
Kolloom
d7054e61f0
Change docker-compose to reflect README.md changes
2019-06-15 00:45:14 -05:00
Kolloom
6c1fb7ddca
Change docker instructions on README.md
...
Change all refernces of INPUT_DIR to INPUT_PATH
change all references of OUTPUT_DIR to OUTPUT_PATH
change a paragraph
2019-06-15 00:43:32 -05:00
Grae Drake
7fab15abd4
Update link to Todd Zimmerman tutorial
2019-06-14 21:38:37 -07:00
Kolloom
6571b0d88e
Mention VMobject for geometry
2019-06-14 23:34:56 -05:00
Kolloom
ee83d3bcec
Update assets with medium preset
2019-06-14 23:26:40 -05:00
Kolloom
542ea68824
Fix wording
2019-06-14 23:08:03 -05:00
Kolloom
2a930ff702
Use monospace for asset annotation
2019-06-14 23:06:03 -05:00
Grant Sanderson
6f7e123b1a
Discrete case scenes for diffyq part 3
2019-06-14 10:07:06 -07:00
Grant Sanderson
4196bb627e
New scenes for diffyq part3
2019-06-13 16:16:42 -07:00
Grant Sanderson
2cbe19af7c
Bug fix for the case when the media_dir has spaces
2019-06-13 16:15:43 -07:00
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
34d1d27c56
Merge pull request #588 from 3b1b/diffyq
...
Diffyq
2019-06-13 09:34:25 -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
Kolloom
e2eac0bd96
Minor edit
2019-06-11 00:59:36 -05:00
Kolloom
65c23d9e9f
Fix docker install instruction
...
Env Var used in the compose.yml is INPUT_DIR and OUTPUT_DIR
Clarify the meaning of both variables and output message.
Note on -p not working.
2019-06-11 00:49:31 -05:00
Devin Neal
1322152391
Update README.md
2019-06-10 20:09:42 -07:00
Kolloom
b71e63a540
Add documentation for the coordinate system
...
Update index
Add 4 assets, one of which is an image
Image uses width 700
Videos uses 700x394
Those dimension are similar to how content is laid out
in sphinx
2019-06-10 16:23:49 -05: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