Commit graph

35 commits

Author SHA1 Message Date
Grant Sanderson
82f0afb4dd Got rid of ContinualUpdate 2019-02-11 15:48:44 -08:00
Grant Sanderson
fd6a6482f9 Get rid of ContinuallyChangingDecimal 2019-02-11 15:01:38 -08:00
Grant Sanderson
b67ff10f8d Remove from manimlib.continual_animation.from_animation 2019-02-11 14:30:51 -08:00
Grant Sanderson
bac64eddb3 Rename updater.py to mobject_update_utils.py 2019-02-11 12:51:50 -08:00
Grant Sanderson
88b35c45b8 Created fading.py and growing.py to help break up animation.creation.py 2019-02-09 09:08:57 -08:00
Grant Sanderson
8ae0556394 First pass at SceneFileWriter refactor 2019-01-24 21:47:40 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
Grant Sanderson
e8d2c714e5 First few animations of shadows project 2018-10-05 17:20:03 -07:00
Grant Sanderson
1bb952eab7 three_d_utils 2018-08-27 16:30:14 -07:00
Grant Sanderson
8033bee533 Updated example scenes 2018-08-12 19:06:08 -07:00
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
Grant Sanderson
4075bb35c6 Temporarily removing relative imports 2018-07-11 12:26:24 -07:00
Grant Sanderson
bb142f2bad
Merge pull request #249 from npetrangelo/fix_imports
math is a good library to have without thinking, right?
2018-07-11 11:45:44 -07:00
Nathan Petrangelo
90a86821ca math is a good library to have without thinking, right? 2018-07-08 22:26:11 -04:00
cclauss
f03268d007 Modernize Python 2 code to get ready for Python 3 yet again 2018-06-02 08:59:26 -04:00
Ben Hambrecht
229e8d799d reorganized files in EoP 2018-05-03 17:48:09 +02:00
Grant Sanderson
664546d44c added utils/output_directory_getters.py 2018-04-29 10:52:48 -07:00
Ben Hambrecht
e0ff0f2a9f rearranged imports bc of GraphScene name conflict 2018-04-11 17:00:38 +02:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -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
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
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
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
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
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