Commit graph

119 commits

Author SHA1 Message Date
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
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
169c443e65
Merge pull request #336 from mertyildiran/master
Live streaming and interactive shell
2018-11-18 08:41:35 -08:00
Mehmet Mert Yildiran
815b3103c4 Update README.md 2018-11-01 11:45:22 +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
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
7d534ab0d4 Add a testing script 2018-10-30 06:39:45 +03:00
icreiuheciijc
f33ed570f5 Add support for ctex 2018-09-26 21:09:04 +08:00
Grant Sanderson
f58575cc11 Different tex file default 2018-08-23 14:44:40 -07:00
Grant Sanderson
148469486c Reduced to a single tex_template file 2018-08-13 15:17:53 -07:00
Grant Sanderson
a72ce98f5e DEFAULT_STROKE_WIDTH in constants 2018-08-12 11:42:59 -07:00
Grant Sanderson
fe92169970 Make sure that altering the tex template files will change tex_hash 2018-08-11 19:38:59 -07:00
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
Grant Sanderson
c45f490309 Cleaned up constants 2018-07-31 19:39:17 -07:00
Grant Sanderson
37ed8c3280 Change default to 2k 2018-07-25 23:57:32 -07:00
Grant Sanderson
c9b71afb85 Added PI constant 2018-07-16 19:42:06 -07:00
rajdakin
c0fbf08b08 Added the strip command and removed unused security (that cannot be used) 2018-06-26 17:40:08 +02:00
rajdakin
9e3c0d0c8b Added a way to easily customize the media directory 2018-05-24 20:59:37 +02:00
Grant Sanderson
13d7228918 Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db5, reversing
changes made to c8c6e6d9ba.
2018-05-21 12:11:46 -07:00
Ben Hambrecht
b2b66947db reverted to earlier version 2018-05-16 21:17:14 +02:00
Grant Sanderson
8c516675cb StartingCalc101 of alt_calc 2018-05-15 19:49:10 -07:00
Grant Sanderson
ecd48d885e Start tracking pixel_height and pixel_width instead of pixel_shape, since all uses of it involved unpacking anyway, and the ordering makes it harder to read and edit. 2018-05-14 13:52:44 -07:00
Grant Sanderson
65783e2738 Improved stage_scenes and refactored get_movie_output_directory methods 2018-04-29 10:47:53 -07:00
Grant Sanderson
3200205b17 Added abbreviations for UP+RIGHT, UP+LEFT, DOWN+RIGHT, DOWN+LEFT 2018-04-09 16:17:02 -07:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
Grant Sanderson
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
Grant Sanderson
3ec4d89e10 Renamed DEFAULT_HEIGHT to DEFAULT_PIXEL_HEIGHT 2018-03-30 11:36:06 -07:00
Grant Sanderson
e168bfe5ba Rename SPACE_X_RADIUS to FRAME_X_RADIUS, and added constant FRAME_WIDTH (likewise for all y-coordinate information) 2018-03-30 11:25:37 -07:00
Grant Sanderson
55786e443d Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing 2018-03-30 11:03:14 -07:00
mirefek
6b39ba0502 Feature: argument coor_mask for move_to / next_to:
setting coor_mask = X_AXIS or Y_AXIS makes the alignment in just one coordinate
2018-02-12 22:41:34 +01:00
Grant Sanderson
4f322f3137 Added DEGREES to constants 2018-02-06 12:22:19 -08:00
Grant Sanderson
c7b140a24d Added error message to indicate people should change MEDIA_DIR 2018-01-21 23:31:46 -08:00
Grant Sanderson
2ab57bda97 Most of the restructuring for how scenes hold mobjects is done, just need to handle the trickiness of Scene.remove 2018-01-17 21:32:50 -08:00
Grant Sanderson
42b11d284c Added TAU constant 2018-01-16 09:43:05 -08:00
Grant Sanderson
407d72bb94 Finally changed to 2018-01-15 19:15:05 -08:00
Ben Hambrecht
0f50eee179 typo changes 2018-01-15 18:27:52 -08:00
Grant Sanderson
ffcd9b5767 Changed the defaults for where animations are written, and where images for ImageMobject and SVGMobject are sought after 2018-01-12 13:38:25 -08:00
Grant Sanderson
7db41ef0dd New MOVIE_DIR name 2018-01-08 17:30:09 -08:00
Grant Sanderson
1b0819ce97 Fixed ffmpeg writing issue 2018-01-08 12:40:36 -08:00
frozar
7e1f8e4b47 [CONST] Use makedirs() instead of mkdir(). 2018-01-03 22:29:43 +01:00
Grant Sanderson
065a34fb51 Change default frame rate back to 60fps 2017-10-20 16:29:00 -07:00
Grant Sanderson
c474207c34 Finished draft of part1 2017-10-02 12:59:23 -07:00
Grant Sanderson
45ac45e259 About to describe weights in NN 2017-09-28 11:34:53 -07:00
Grant Sanderson
9958a73059 Beginning nn project 2017-09-26 17:41:45 -07:00
Grant Sanderson
ca4f540389 Rudimenary ImageMobject 2017-09-18 17:15:49 -07:00
Grant Sanderson
3b92ce71d9 Retiring bells and waves files to old_projects folder 2017-09-13 11:35:37 -07:00
Grant Sanderson
6539160789 Fixed constants 2017-08-29 20:18:43 -07:00
Grant Sanderson
084d2bbe03 reworked ShowVariousFilterPairs in bells 2017-08-29 00:04:25 -07:00