Grant Sanderson
|
ef9399f720
|
Merge branch 'master' into simple-improvements
|
2018-04-01 11:08:24 -07:00 |
|
Grant Sanderson
|
01ef5fc2c7
|
Several import fixes
|
2018-04-01 10:51:54 -07:00 |
|
Grant Sanderson
|
ca7930740b
|
Factored probability and three_d constructs out of topics/
|
2018-04-01 10:45:41 -07:00 |
|
Grant Sanderson
|
c82417e008
|
Moved moved matrix.py to mobject, and pulled out MatrixMultiplicationScene
|
2018-04-01 10:21:42 -07:00 |
|
Grant Sanderson
|
b37f212349
|
Moved topics/functions.py to mobject/, and moved topics/graph_scene.py to scene
|
2018-03-31 19:05:53 -07:00 |
|
Grant Sanderson
|
78e37b0f7c
|
moved number_line.py to mobject/
|
2018-03-31 19:00:26 -07:00 |
|
Grant Sanderson
|
267bfd52dd
|
Refactor topics/numerals into various numbers.py files in mobject/, animation/, and continual_animation/
|
2018-03-31 18:49:28 -07:00 |
|
Grant Sanderson
|
a61f5b044f
|
Added coordinate_systems.py in mobject/ to house Axes, NumberPlane, ComplexPlane
|
2018-03-31 18:31:56 -07:00 |
|
Grant Sanderson
|
16dde2f84d
|
Created for_3b1b_videos folder.
This is meant to separate things specific to 3b1b, like pi_creatures and certain other specific scenes, from the remainder of the library
|
2018-03-31 18:13:16 -07:00 |
|
Grant Sanderson
|
fc3dc64805
|
Refactor many definitions out of topics and into folders within mobject
|
2018-03-31 18:05:02 -07:00 |
|
Grant Sanderson
|
846bd1065c
|
Reorganized continual_animation folder
|
2018-03-31 15:37:23 -07:00 |
|
Grant Sanderson
|
0978984541
|
Reorganized animations folder. Warning: While I tried to be systematic, there is a decent chance this will cause import errors somewhere.
|
2018-03-31 15:11:35 -07:00 |
|
Grant Sanderson
|
6451f09bd5
|
Refactored helpers.py into a folder of various util files, take 3
|
2018-03-30 18:47:57 -07:00 |
|
Grant Sanderson
|
9560b0b077
|
Refactored helpers.py into a folder of various util files, take 2
|
2018-03-30 18:42:32 -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
|
413403c904
|
Whoops, some files were missing from last commit
|
2018-03-30 12:06:19 -07:00 |
|
Grant Sanderson
|
91cba911f5
|
Rename radial_gradient_highlight to set_colors_by_radial_gradient
|
2018-03-30 12:03:52 -07:00 |
|
Grant Sanderson
|
380a87acca
|
Renamed gradient_highlight to set_color_by_gradient
|
2018-03-30 11:59:39 -07:00 |
|
Grant Sanderson
|
618590bee1
|
Renamed 'highlight' to 'set_color'
|
2018-03-30 11:51:31 -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 |
|
Grant Sanderson
|
048fdb6ca4
|
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
|
2018-03-22 11:52:06 -07:00 |
|
Grant Sanderson
|
c42148c195
|
Changed default behavior of VMobject.set_fill from setting opacity to 1 if nothing was specified and it started at 0
|
2018-03-22 11:05:35 -07:00 |
|
Grant Sanderson
|
1972874115
|
Small fix to TexMobject.add_background_rectangle
|
2018-03-21 13:40:52 -07:00 |
|
Grant Sanderson
|
22c4ddb004
|
Added match_background_image_file
|
2018-03-08 13:34:41 -08:00 |
|
Grant Sanderson
|
e566bd8c5c
|
Added sort_submobjects_alphabetically to TexMobject
|
2018-03-06 18:24:25 -08:00 |
|
Grant Sanderson
|
f7a079432f
|
Merge pull request #150 from 3b1b/WindingNumber
Winding number
|
2018-03-06 13:46:15 -08:00 |
|
Grant Sanderson
|
aba43479f0
|
Poor man's merge
|
2018-03-05 20:25:01 -08:00 |
|
Sridhar Ramesh
|
0975f323db
|
Fixed fade to behave over Groups of objects exactly as over the subobjects individually
|
2018-03-01 15:34:46 -08:00 |
|
Grant Sanderson
|
ad13082b73
|
Added Mobject.stretch_to_fit_depth
|
2018-02-27 13:55:38 -08:00 |
|
Grant Sanderson
|
c521a021fe
|
Changed order of args in paths searched for svg files
|
2018-02-26 23:35:40 -08:00 |
|
Grant Sanderson
|
ae41269d36
|
Merge branch 'master' of github.com:3b1b/manim into lighthouse-grant
|
2018-02-26 19:04:09 -08:00 |
|
Grant Sanderson
|
0c7c324271
|
Merge pull request #140 from 3b1b/WindingNumber
Winding number
|
2018-02-26 16:23:50 -08:00 |
|
Sridhar Ramesh
|
07214127d8
|
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
|
2018-02-26 16:01:49 -08:00 |
|
Grant Sanderson
|
2ff564af39
|
Merge branch 'master' of github.com:3b1b/manim into lighthouse-grant
|
2018-02-26 11:39:51 -08:00 |
|
Grant Sanderson
|
7518ff2861
|
Adds inverting for ImageMobjects
|
2018-02-23 11:04:53 -08:00 |
|
Sridhar Ramesh
|
c036cfe823
|
Allowed color arg to be interpreted as setting fill_color in TexMobjects
|
2018-02-21 17:12:23 -08:00 |
|
Grant Sanderson
|
1a22b949e1
|
Removed super-over-DRY implementation of style propagation in vmobjects
|
2018-02-20 11:28:59 -08:00 |
|
Grant Sanderson
|
0fdfb55258
|
Merge branch 'master' of github.com:3b1b/manim into uncertainty
|
2018-02-15 18:36:41 -08:00 |
|
Grant Sanderson
|
a58582915e
|
Added clipping to get_stroke_rgb and get_fill_rgb for cases when interpolation of colors accidentally goes outisde this range
|
2018-02-14 12:33:30 -08:00 |
|
Grant Sanderson
|
edf577c81e
|
Added case_sensitive option to highlight_by_tex
|
2018-02-14 12:32:58 -08: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 |
|
mirefek
|
bc83c8a4f3
|
SVG transforms hopefully finally handled properly
|
2018-02-12 22:35:51 +01:00 |
|
Grant Sanderson
|
6e296ae6df
|
Refactor of background coloring vmobjects, should be faster this way.
|
2018-02-11 18:21:31 -08:00 |
|
Grant Sanderson
|
983a3e0357
|
Direct computation of color hex to speed things up
|
2018-02-10 21:38:12 -08:00 |
|
Ben Hambrecht
|
87811976d4
|
Merge branch 'master' into lighthouse2
# Conflicts:
# .gitignore -> resolved
|
2018-02-08 12:07:33 +01:00 |
|
Grant Sanderson
|
b5ba35b8eb
|
Merge branch 'master' of github.com:3b1b/manim
|
2018-02-07 16:21:38 -08:00 |
|
Grant Sanderson
|
dca03648ad
|
Tiny changes to mobject
|
2018-02-07 16:21:11 -08:00 |
|
Ben Hambrecht
|
8e0c84946f
|
added getter and setter for VectorizedPoint's location
|
2018-02-07 09:45:36 +01:00 |
|
Ben Hambrecht
|
1e88bf3946
|
Merge branch 'master' into lighthouse2
# Conflicts:
# topics/light.py -> resolved
|
2018-02-07 07:36:38 +01:00 |
|