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
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
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
f81c275631
make media, tex, and video directories configurable via flags
2019-06-04 20:51:18 -07:00
Devin Neal
caa4577cd1
reorganize media file tree
2019-06-03 23:41:05 -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
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
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
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
Grant Sanderson
29424eb6b3
Added simple midpoint function
2019-05-27 19:48:33 -07:00
Grant Sanderson
d1e3e5ed20
Formatting correction
2019-05-27 19:48:14 -07:00
Grant Sanderson
828c3dcd7a
Added c2p and p2c abbreviations to Axes
2019-05-27 19:47:57 -07:00
Grant Sanderson
6e6dd260da
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-05-24 15:06:59 -07:00
Grant Sanderson
bf8f517b49
Changed SceneFileWriter.get_default_file_name
2019-05-24 15:05:20 -07:00
Purusharth Saxena
325c442b0c
Update tex_template.tex
...
`\usepackage{textcomp}` was repeated on line 17
2019-05-08 11:09:51 +05:30
Soeren Wegener
24f395867b
Remove shortcuts.py, restored imports.py
2019-05-05 22:37:34 +02:00
Soeren Wegener
2d7c97723b
Add travis job to publish on PyPI.
...
Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 22:08:13 +02:00
Devin Neal
db1a89db79
create manimlib.imports
2019-05-02 20:36:14 -07:00
Devin Neal
19a98ea6bd
fix mishandled relative paths
2019-05-01 01:16:56 -07:00
Devin Neal
8d621e7cca
tweak travis configuration
2019-04-30 21:52:34 -07:00
Devin Neal
c579c7d99f
Merge pull request #516 from JohnAZoidberg/setup-py
...
Make manim installable using setuptools (setup.py)
2019-04-29 08:47:58 -07:00
Daniel Schaefer
01fa71a704
Prefer pwd to install dir for temp files
...
Temp files are project specific and thus can stay in the current project
directory.
Also breaks things if the package is installed in a read-only location.
Which could be expected because you don't generally expect the program
directories to be modified (except by the package manager).
2019-04-28 07:48:12 +02:00
Grant Sanderson
4ccc65ca76
Merge pull request #513 from dor2727/ParametricFunctionAutoStepSize
...
smarter parameterized curve
2019-04-27 10:37:13 -07:00
dor2727
e611069a4a
smarter parameterized curve
2019-04-27 18:39:22 +03:00
Grant Sanderson
77a3b47a09
Changed how pi creatures follow what happens
2019-04-21 08:14:35 -07:00
Grant Sanderson
fbbfa1ce9c
Change patron name scroll
2019-04-21 08:13:45 -07:00
Grant Sanderson
aa5ac95557
Add PiCreature.get_look_at_spot
2019-04-21 08:13:30 -07:00
Grant Sanderson
76f61c504b
Remove unnecessary import
2019-04-21 08:13:05 -07:00
Grant Sanderson
4fa782b8b5
Remove extract_scene use of an All_SCENES list
2019-04-21 08:12:44 -07:00
Grant Sanderson
d9fcbea823
Remove Transform.__str__
2019-04-21 08:12:05 -07:00
Grant Sanderson
14a9316643
Make sure skipped wait calls use a longer dt
2019-04-16 12:50:56 -07:00
Grant Sanderson
cc7c2cfb73
Remove Transform(...).update(1) call from GraphScene
2019-04-11 09:55:56 -07:00
Grant Sanderson
fd0030085b
Added Mobject.match_updaters
2019-04-10 14:57:15 -07:00
Grant Sanderson
c1e2ee7843
Changed arrow default max_stroke_width_to_length_ratio
2019-04-09 18:51:44 -07:00
Grant Sanderson
644ac5c94a
Added abbreviated names for number_to_point and point_to_number
2019-04-09 18:51:18 -07:00
Grant Sanderson
d5eecb8137
Tiny changes to Clock
2019-04-06 14:01:17 -07:00
Grant Sanderson
81d91da752
Moved increment_value method to DecimalNumber
2019-04-06 14:01:04 -07:00
Grant Sanderson
0ff7331dbe
Move axis_label method higher to general CoordinateSystems
2019-04-06 14:00:52 -07:00
Grant Sanderson
5e7cbbdf24
Tiny formatting changes to drawings.py
2019-04-06 11:52:44 -07:00
Grant Sanderson
5dc6018df5
Added default args for Line and Vector
2019-04-06 11:52:23 -07:00
Grant Sanderson
982d437267
Use get_family_updaters to test if a mobject should be drawn during every frame of an animation
2019-04-04 14:29:52 -07:00
Grant Sanderson
26c7faabdd
Hacky fix to Arrow scaling issue. There must be a better way to do this...
2019-04-04 14:29:10 -07:00
Grant Sanderson
8be321d104
Merge pull request #487 from 3b1b/ode
...
Ode
2019-04-04 08:55:38 -07:00
Grant Sanderson
b0bbb1d078
Merge pull request #475 from niyiyu2316/master
...
Fix bug for creating Matrix
2019-04-04 08:54:22 -07:00
Pokechu22
3393bf616b
Fix --preview on cygwin
2019-04-03 21:10:20 -07:00
Grant Sanderson
db6958462f
Better behavior for turn_animation_into_updater and cycle_animations
2019-04-02 17:43:18 -07:00