3b1b-manim/manimlib
Grant Sanderson 602809758e
Video work (#1739)
* Enable setting points to a null list, and adding one point at a time.

* Add refresh_locked_data

* Add presenter mode to scenes with -p option

* Allow for an embed by hitting e during interaction

* Add set_min_height, etc.

* Make sure null parametric curve has at least one point

* Account for edge case where \{ is used in Tex

* Allow for logging notes in wait calls, useful for presenter mode

* Simplify choose, and add gen_choose for fractional amounts

* Default to no top on axes

* Allow match_x, match_y, etc. to take in a point

* Allow wait calls to ignore presenter mode

* Just use math.combo, no caching with choose(n, r)

* Use generator instead of list in bezier

* Bubble init_colors should override

* Account for "px" values read in from an svg

* Stop displaying when writing is happening

* Update the way Bubble override SVG colors
2022-02-13 15:16:16 -08:00
..
animation minor fixes (#1737) 2022-02-13 11:12:41 +08:00
camera Have mobject uniforms supercede camera uniforms 2021-11-17 12:49:08 -08:00
event_handler Renamed event folder to event handler 2021-02-02 16:02:10 +05:30
mobject Video work (#1739) 2022-02-13 15:16:16 -08:00
once_useful_constructs minor fixes (#1737) 2022-02-13 11:12:41 +08:00
scene Video work (#1739) 2022-02-13 15:16:16 -08:00
shaders Have separate notions of gloss and reflectiveness 2021-11-08 21:46:09 -08:00
tex_templates Remove all configuration from constants.py, and clean up the many files affected by this move 2021-01-02 20:47:51 -08:00
utils Video work (#1739) 2022-02-13 15:16:16 -08:00
__init__.py Some refactors for MTex 2022-01-26 13:03:14 +08:00
__main__.py Fix tiny PEP errors 2021-11-30 11:28:26 -08:00
config.py Video work (#1739) 2022-02-13 15:16:16 -08:00
constants.py Add (admitedly silly) RADIANS constant 2021-03-31 23:26:35 -07:00
default_config.yml Add back default_config.yml 2022-01-26 13:21:27 +08:00
extract_scene.py Video work (#1739) 2022-02-13 15:16:16 -08:00
logger.py add cli flag to specify log level 2021-10-16 21:01:39 +08:00
shader_wrapper.py Allow caching of shader program code 2021-01-13 00:10:17 -10:00
window.py Push pixel_coords_to_space_coords to Window 2021-08-24 11:26:43 -07:00