|
01ef5fc2c7
|
Several import fixes
|
2018-04-01 10:51:54 -07:00 |
|
|
ca7930740b
|
Factored probability and three_d constructs out of topics/
|
2018-04-01 10:45:41 -07:00 |
|
|
10bde4ab7c
|
Added missing colors to utils.color.py
|
2018-04-01 10:22:52 -07:00 |
|
|
c82417e008
|
Moved moved matrix.py to mobject, and pulled out MatrixMultiplicationScene
|
2018-04-01 10:21:42 -07:00 |
|
|
b37f212349
|
Moved topics/functions.py to mobject/, and moved topics/graph_scene.py to scene
|
2018-03-31 19:05:53 -07:00 |
|
|
78e37b0f7c
|
moved number_line.py to mobject/
|
2018-03-31 19:00:26 -07:00 |
|
|
73514a2d77
|
Factored out topics/complex_numbers constructs to the appropriate places with mobject/, animation/ and scene/
|
2018-03-31 18:57:21 -07:00 |
|
|
267bfd52dd
|
Refactor topics/numerals into various numbers.py files in mobject/, animation/, and continual_animation/
|
2018-03-31 18:49:28 -07:00 |
|
|
a61f5b044f
|
Added coordinate_systems.py in mobject/ to house Axes, NumberPlane, ComplexPlane
|
2018-03-31 18:31:56 -07:00 |
|
|
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 |
|
|
fc3dc64805
|
Refactor many definitions out of topics and into folders within mobject
|
2018-03-31 18:05:02 -07:00 |
|
|
accef01040
|
Poor mans merge
|
2018-03-31 16:32:34 -07:00 |
|
|
b9edafa942
|
Moved many folders from topics/ to the new once_useful_constructs/
|
2018-03-31 16:28:02 -07:00 |
|
|
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 |
|
|
846bd1065c
|
Reorganized continual_animation folder
|
2018-03-31 15:37:23 -07:00 |
|
|
087f66aca5
|
Reorganized camera folder
|
2018-03-31 15:20:30 -07:00 |
|
|
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 |
|
|
6451f09bd5
|
Refactored helpers.py into a folder of various util files, take 3
|
2018-03-30 18:47:57 -07:00 |
|
|
9560b0b077
|
Refactored helpers.py into a folder of various util files, take 2
|
2018-03-30 18:42:32 -07:00 |
|
|
8fae39fe82
|
Refactored helpers.py into a folder of various util files
|
2018-03-30 18:19:23 -07:00 |
|
|
4de2dd1d5a
|
Updated README.md
|
2018-03-30 15:58:51 -07:00 |
|
|
a203a79ce5
|
Merge pull request #178 from 3b1b/add-license-1
Create LICENSE
|
2018-03-30 15:51:39 -07:00 |
|
|
adc94c0494
|
Create LICENSE
|
2018-03-30 15:50:28 -07:00 |
|
|
546c093c5f
|
Merge pull request #177 from 3b1b/simple-improvements
Simple improvements
|
2018-03-30 12:58:44 -07:00 |
|
|
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 |
|
|
413403c904
|
Whoops, some files were missing from last commit
|
2018-03-30 12:06:19 -07:00 |
|
|
91cba911f5
|
Rename radial_gradient_highlight to set_colors_by_radial_gradient
|
2018-03-30 12:03:52 -07:00 |
|
|
380a87acca
|
Renamed gradient_highlight to set_color_by_gradient
|
2018-03-30 11:59:39 -07:00 |
|
|
618590bee1
|
Renamed 'highlight' to 'set_color'
|
2018-03-30 11:51:31 -07:00 |
|
|
3ec4d89e10
|
Renamed DEFAULT_HEIGHT to DEFAULT_PIXEL_HEIGHT
|
2018-03-30 11:36:06 -07:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
873fa49fbe
|
Merge pull request #176 from 3b1b/winding-number-grant
Winding number grant
|
2018-03-26 11:02:17 -07:00 |
|
|
033df087ac
|
Retiring Winding numbers to old_projects
|
2018-03-26 11:00:55 -07:00 |
|
|
96de3e99ae
|
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
|
2018-03-26 11:00:12 -07:00 |
|
|
c4f0c70710
|
Merge pull request #175 from 3b1b/WindingNumber
Winding number
|
2018-03-26 10:58:29 -07:00 |
|
|
35270949ab
|
Finishing touches to Winding
|
2018-03-26 10:57:41 -07:00 |
|
|
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 |
|
|
47fbcfd392
|
Incremental
|
2018-03-23 14:40:10 -07:00 |
|
|
25bc1faab2
|
Tweaks to some final scenes
|
2018-03-23 08:51:19 -07:00 |
|
|
f5a02d78fe
|
Small changes
|
2018-03-23 08:51:03 -07:00 |
|
|
87a501f37c
|
Incremental
|
2018-03-23 04:16:03 -07:00 |
|
|
6413e6a32d
|
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
|
2018-03-22 15:02:53 -07:00 |
|
|
9e1b6864f1
|
Merge pull request #172 from 3b1b/WindingNumber
Winding number
|
2018-03-22 15:02:44 -07:00 |
|
|
b69d8a9f97
|
Incremental
|
2018-03-22 15:02:20 -07:00 |
|
|
6cde4263fe
|
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
|
2018-03-22 15:01:29 -07:00 |
|
|
d16723fbdd
|
ShowComplexNumber Scene
|
2018-03-22 12:54:13 -07:00 |
|
|
66339b1eb0
|
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
|
2018-03-22 12:03:20 -07:00 |
|
|
dccdca41b2
|
Incremental
|
2018-03-22 11:54:08 -07:00 |
|