Grant Sanderson
78e37b0f7c
moved number_line.py to mobject/
2018-03-31 19:00:26 -07:00
Grant Sanderson
73514a2d77
Factored out topics/complex_numbers constructs to the appropriate places with mobject/, animation/ and scene/
2018-03-31 18:57:21 -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
accef01040
Poor mans merge
2018-03-31 16:32:34 -07:00
Grant Sanderson
b9edafa942
Moved many folders from topics/ to the new once_useful_constructs/
2018-03-31 16:28:02 -07:00
Grant Sanderson
b757f8b422
Pulled pi_creature constructs out into their own folder, so as to note some distinction from the remainder of the library
2018-03-31 16:07:24 -07:00
Grant Sanderson
846bd1065c
Reorganized continual_animation folder
2018-03-31 15:37:23 -07:00
Grant Sanderson
087f66aca5
Reorganized camera folder
2018-03-31 15:20:30 -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
3a41b77f8b
Merge pull request #174 from DanWaxman/master
...
Fixed DoubleArrow Scaling
2018-03-31 13:07:40 -07:00
Grant Sanderson
9791751c0b
Merge branch 'master' into master
2018-03-31 13:07:19 -07:00
Grant Sanderson
d0a674780e
Merge pull request #128 from cclauss/patch-2
...
Manim depends on Python 2.7 and is not yet compatible with Python 3.
2018-03-31 13:05:02 -07:00
Grant Sanderson
2945296083
Merge pull request #180 from 3b1b/simple-improvements
...
Factored helper functions into better organized utils folder
2018-03-30 18:49:49 -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
31f0cf8c5d
Merge pull request #179 from 3b1b/simple-improvements
...
Updated README.md
2018-03-30 15:59:17 -07:00
Grant Sanderson
4de2dd1d5a
Updated README.md
2018-03-30 15:58:51 -07:00
Grant Sanderson
a203a79ce5
Merge pull request #178 from 3b1b/add-license-1
...
Create LICENSE
2018-03-30 15:51:39 -07:00
Grant Sanderson
adc94c0494
Create LICENSE
2018-03-30 15:50:28 -07:00
Grant Sanderson
546c093c5f
Merge pull request #177 from 3b1b/simple-improvements
...
Simple improvements
2018-03-30 12:58:44 -07:00
Grant Sanderson
2e5dbf2427
added big_ol_pile_of_manim_imports.py (see the comment at the head of that file
2018-03-30 12:56:29 -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
3ec4d89e10
Renamed DEFAULT_HEIGHT to DEFAULT_PIXEL_HEIGHT
2018-03-30 11:36:06 -07:00
Grant Sanderson
213c615870
Changed camera implementation by renaming space_shape to frame_shape, where its height and width actually correspond to the camera's height and width
2018-03-30 11:34:22 -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
Ben Hambrecht
feeb9eca49
Merge branch 'master' into eop
2018-03-29 10:03:30 +02:00
Ben Hambrecht
698e79ebea
added x labels
2018-03-29 10:03:00 +02:00
Grant Sanderson
873fa49fbe
Merge pull request #176 from 3b1b/winding-number-grant
...
Winding number grant
2018-03-26 11:02:17 -07:00
Grant Sanderson
033df087ac
Retiring Winding numbers to old_projects
2018-03-26 11:00:55 -07:00
Grant Sanderson
96de3e99ae
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
2018-03-26 11:00:12 -07:00
Grant Sanderson
c4f0c70710
Merge pull request #175 from 3b1b/WindingNumber
...
Winding number
2018-03-26 10:58:29 -07:00
Grant Sanderson
35270949ab
Finishing touches to Winding
2018-03-26 10:57:41 -07:00
Sridhar Ramesh
0190634800
All final changes; the video is done, and it's time to commit and push these
2018-03-25 23:01:22 -07:00
Ben Hambrecht
709b4fbfd7
Playing with Pascal
2018-03-26 00:27:45 +02:00
Dan Waxman
c43915b319
Fixed DoubleArrow Scaling
...
Previously, only one tip was kept as self.tip and was scaled properly. This meant the first part of the solutionw as to create a list of all tips.
After this, the issue was that draw_at_end defaults to True, and is not preserved. So the list is now a tuple of the tip VMobject and its add_at_end property. Since these should be identifical except for position, everything that asked for a property from tip now asks for the same property from the first tip.
This isn't pretty, but it should fix the problem.
2018-03-25 16:21:56 -04:00
Sridhar Ramesh
47fbcfd392
Incremental
2018-03-23 14:40:10 -07:00
Ben Hambrecht
0d20a94c29
histogram can be flashed through horizontally and vertically, linearly or at random
2018-03-23 17:00:12 +01:00
Grant Sanderson
25bc1faab2
Tweaks to some final scenes
2018-03-23 08:51:19 -07:00
Grant Sanderson
f5a02d78fe
Small changes
2018-03-23 08:51:03 -07:00
Ben Hambrecht
52cabaaaf0
Histogram can be flashed through linearly and randomly
2018-03-23 15:08:29 +01:00
Sridhar Ramesh
87a501f37c
Incremental
2018-03-23 04:16:03 -07:00
Ben Hambrecht
bde09dab12
started histogram class
2018-03-23 09:36:04 +01:00