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
vavanade
7429e9e042
determinant mistype
2018-11-16 21:00:15 +01:00
Grant Sanderson
09815043f4
Setup for borsuk_addition animations
2018-11-09 16:01:41 -08:00
Grant Sanderson
260456d1c0
Move turbulence to old_projects
2018-11-07 17:09:48 -08:00
Grant Sanderson
926044c9f4
Merge branch 'master' of github.com:3b1b/manim into shadows
2018-11-07 15:55:08 -08:00
Grant Sanderson
3fb98ba2e8
Finished turbulence project
2018-11-07 15:54:58 -08:00
Grant Sanderson
29afc50756
More turbulence animations
2018-11-06 15:29:39 -08:00
Grant Sanderson
7773f1dc26
Merge pull request #338 from yagarea/patch-1
...
Refactoring: Delete whitespace spam on the end of the file
2018-11-05 10:08:54 -08:00
Jan Černý
6e3a576d69
Delete whitespace spam on the end of the file
2018-11-05 13:44:09 +01:00
Grant Sanderson
ebbc2d5ef3
Several more turbulence animations
2018-11-04 16:18:41 -08:00
Grant Sanderson
62b8a38bf5
Fixed bug with Mobject family member updaters
2018-11-04 16:18:14 -08:00
Mehmet Mert Yıldıran
db7f8320bd
Fix the idle_stream()'s sleep duration and change the stream FPS to 30
2018-11-03 21:05:20 +03:00
Mehmet Mert Yıldıran
846a824947
Add automatic positioning for live streams
2018-11-02 20:48:38 +03:00
Mehmet Mert Yildiran
815b3103c4
Update README.md
2018-11-01 11:45:22 +03:00
Mehmet Mert Yildiran
a229bdc9c9
Add a stream lock and an idle state for stream to provide continuous frame flow
2018-11-01 11:23:34 +03:00
Mehmet Mert Yildiran
e071ac62a1
Fix streaming issues by migrating from mplayer to ffplay and add Twitch support
2018-10-31 21:29:01 +03:00
Mehmet Mert Yildiran
f898644a3c
Add point to point streaming from ffmpeg to mplayer via TCP
2018-10-31 11:16:18 +03:00
Grant Sanderson
c95fb5fe46
Renamed ANIMATION_DIR to VIDEO_DIR, also replacing 'animations' with 'video' in the path
2018-10-30 12:28:22 -07:00
Mehmet Mert Yildiran
312c2b0243
Turn live stream related configurations into constants
2018-10-30 18:30:34 +03:00
Mehmet Mert Yildiran
a4a5e79ddf
Return a Scene object from the creation of a Manim instance
2018-10-30 18:25:01 +03:00
Mehmet Mert Yildiran
80256013ea
Add is_live_streaming control flow to idle the scene generation pipe for interactive shell usage purpose
2018-10-30 09:00:51 +03:00
Mehmet Mert Yildiran
5e8a2c8901
Add the top-level manim module and Manim class
2018-10-30 07:37:32 +03:00
Mehmet Mert Yildiran
7d534ab0d4
Add a testing script
2018-10-30 06:39:45 +03:00
Grant Sanderson
5ac4f544bf
Tiny animation additions to quat3d
2018-10-25 13:47:56 -07:00
icreiuheciijc
8077697fc7
Fix video output directory bug
2018-10-24 18:42:32 +08:00
Grant Sanderson
a192f56d4d
Latest shadows animations
2018-10-09 12:21:58 -07:00
Grant Sanderson
426af6f7fc
Tiny bug fix
2018-10-09 12:21:44 -07:00
Grant Sanderson
e8d2c714e5
First few animations of shadows project
2018-10-05 17:20:03 -07:00
Grant Sanderson
2e54eabcc7
Use TAU. Obviously.
2018-10-05 17:19:48 -07:00
Grant Sanderson
5d6454fcc2
Fixed get_points_defining_boundary for VMobjects
2018-10-05 17:19:29 -07:00
Grant Sanderson
4a226e1d22
Fixed get_boundary_point and get_points_defining_boundary
2018-10-05 17:18:49 -07:00
Grant Sanderson
71d5851dd0
Fixed frame_center bug
2018-10-05 17:18:21 -07:00
Grant Sanderson
73af2b4971
Moved updating_mobject_from_func
2018-10-05 17:17:55 -07:00
Grant Sanderson
31478c523c
Merge pull request #322 from DanWaxman/master
...
Fixed link for Dockerfile consultation.
2018-10-05 09:19:22 -07:00