Devin Neal
2942485e4c
add error codes to exits
2018-12-25 19:51:03 -08:00
Devin Neal
e7aff666bd
import importlib, start streaming mode upon import
2018-12-24 13:28:43 -08:00
Devin Neal
dca5c50fd6
support for inline scenes
2018-12-24 12:49:10 -08:00
Devin Neal
86bb2110d6
move library code into manimlib, replace relative imports with absolute imports
2018-12-24 12:37:51 -08:00
Devin Neal
458c6a5aca
Merge pull request #374 from eulertour/config_refactor
...
Refactor into manim, config, rendering, and constants modules.
2018-12-23 12:54:07 -08:00
Devin Neal
68033a2469
fix livestream flag
2018-12-23 10:51:23 -08:00
Devin Neal
2ebe54ec07
Update README.md and streaming config
2018-12-22 18:25:35 -08:00
Devin Neal
27f677e45f
Make manim into a module and refactor configuration
2018-12-22 14:27:22 -08:00
Devin Neal
465951ab88
Remove creating media/ from instructions
...
After #365 the media directory is automatically created, so the instructions can be simplified.
2018-12-10 21:35:54 -08:00
Devin Neal
5e20b07880
Merge pull request #365 from eulertour/media_dir
...
Automatically create MEDIA_DIR
2018-12-10 19:46:28 -08:00
Devin Neal
b2f8c75a44
replace exists() with isfile() and isdir()
2018-12-10 19:43:51 -08:00
Devin Neal
4904780b67
automatically create MEDIA_DIR
2018-12-10 19:30:07 -08:00
Devin Neal
6740220f16
Merge pull request #362 from eulertour/scaling_fix
...
Scale SVGMobject about origin
2018-12-04 18:16:25 -08:00
Devin Neal
317cf0166c
scale SVGMobject about origin
2018-12-04 18:08:52 -08:00
Devin Neal
b697f04dd7
Merge pull request #361 from eulertour/templates
...
Add templates for issues and pull requests
2018-12-04 17:24:41 -08:00
Devin Neal
7531e43f19
Change a word
2018-12-04 17:24:02 -08:00
Devin Neal
bbf09e0f44
add templates for issues and pull requests
2018-12-04 17:20:30 -08:00
Devin Neal
a4f1e762d6
Merge pull request #349 from sswatson/patch-4
...
SVG single-factor scaling
2018-12-04 17:01:53 -08:00
Devin Neal
0157e05c03
Merge pull request #346 from sswatson/patch-1
...
Update matrix.py
2018-12-02 19:18:28 -08:00
Devin Neal
277f4c25ba
Merge pull request #355 from eulertour/pi_creature_revison
...
Fix fallback to plain pi creature and make once_useful_constructs into a package
2018-12-01 15:01:09 -08:00
Devin Neal
8015e7a29b
revised fallback to plain pi creature, revise some latex, make once_useful_constructs into a package
2018-12-01 14:28:51 -08:00
Grant Sanderson
d9a45a82e0
First draft of SecondProof
2018-11-29 22:44:08 -08:00
Grant Sanderson
cb0134ddb9
Animations up to half of SecondProof
2018-11-29 17:30:34 -08:00
Grant Sanderson
dde76eddb1
Added description of merge_config
2018-11-29 17:30:19 -08:00
Grant Sanderson
a5d9d9e28d
Use merge_config
2018-11-29 17:30:01 -08:00
Grant Sanderson
12c50f1722
Added Elbow
2018-11-29 17:29:31 -08:00
Grant Sanderson
585a4ff864
Bug fix to camera_center
2018-11-29 17:29:12 -08:00
Devin Neal
2ea2cf713d
Merge pull request #351 from H-M-H/fix_link_readme
...
Prefix the link to the documentation with https:// .
2018-11-28 20:30:56 -08:00
HMH
852058e901
Prefix the link to the documentation with https:// .
...
Otherwise GitHub sets the wrong prefix which results in:
https://github.com/3b1b/manim/blob/master/manim.readthedocs.io
2018-11-28 19:33:42 +01:00
Grant Sanderson
b1334dd72f
Animated up to LimitViewToCrossSection in sphere_area
2018-11-27 13:40:56 -08:00
Grant Sanderson
2696d130e4
Tiny refactor to make ShowShadows easier to modify in subclasses
2018-11-27 13:40:33 -08:00
Grant Sanderson
c29b4c1c93
Complex functions applied to 3d objects should leave z coordiante unchanged
2018-11-27 13:40:03 -08:00
Grant Sanderson
46bf966663
Refactored u_value and v_values of ParametricSurface
2018-11-27 13:39:37 -08:00
Grant Sanderson
72d5bb2702
Redid SpecialThreeDScene low quality configuration
2018-11-27 13:39:02 -08:00
Devin Neal
8dfb6f7632
Update README.md
...
Update README.md with installation instructions and documentation
2018-11-26 23:02:55 -08:00
sswatson
3e104a1ffb
SVG single-factor scaling
...
Some fonts (like mathpazo) produce svg files which use single scale-factor transform (like `transform=scale(1.3)`). Previously the behavior of this code was to throw an unpacking exception in the try block, which resulted in the font glyphs misrendering.
I would think that the `about_point` should be `ORIGIN` for the [scale_x, scale_y, 1] block as well, but I only put that change in the `elif` clause so that the proposed change would be non-breaking.
2018-11-24 16:37:45 -05:00
Grant Sanderson
03d8bab065
Begining sphere_area project
2018-11-24 12:17:01 -08:00
Grant Sanderson
b30e56d84c
Moved SpecialThreeDScene out of quaternions into three_d_scene
2018-11-24 12:16:07 -08:00
sswatson
566b5be488
Update matrix.py
...
the numpy astype method seems to want the argument 'str' rather than 'string'
2018-11-21 08:44:48 -05:00
Grant Sanderson
d12e45aa17
Merge pull request #333 from icreiuheciijc/pr
...
Fix video output directory bug
2018-11-18 08:49:12 -08:00
Grant Sanderson
7d5432ce8b
Merge branch 'master' into pr
2018-11-18 08:49:04 -08:00
Grant Sanderson
169c443e65
Merge pull request #336 from mertyildiran/master
...
Live streaming and interactive shell
2018-11-18 08:41:35 -08:00
Grant Sanderson
662e3ff35b
Merge pull request #341 from vavanade/patch-1
...
determinant mistype
2018-11-18 08:33:59 -08:00
Grant Sanderson
ec5c2acd3f
Merge pull request #345 from 3b1b/shadows
...
Shadows
2018-11-18 08:33:35 -08:00
Grant Sanderson
4092fae63c
Retire borsuk_addition to old_projects
2018-11-18 10:31:02 -06:00
Grant Sanderson
ffb1ee2223
Finished updated borsuk video
2018-11-18 10:30:33 -06:00
Grant Sanderson
41626dd151
New thumbnail for wallis
2018-11-18 10:30:13 -06:00
Grant Sanderson
cd3c1c3feb
Mobject.clear_updaters now returns self
2018-11-18 10:29:41 -06:00
Grant Sanderson
9c047ee640
element_to_mobject_config was not actually used in Matrix
2018-11-18 10:29:18 -06:00
Grant Sanderson
6610f53062
Fixes to patron scroll
2018-11-18 10:28:49 -06:00