mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 04:47:47 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| svg | ||
| types | ||
| __init__.py | ||
| boolean_ops.py | ||
| changing.py | ||
| coordinate_systems.py | ||
| frame.py | ||
| functions.py | ||
| geometry.py | ||
| interactive.py | ||
| matrix.py | ||
| mobject.py | ||
| mobject_update_utils.py | ||
| number_line.py | ||
| numbers.py | ||
| probability.py | ||
| shape_matchers.py | ||
| three_dimensions.py | ||
| value_tracker.py | ||
| vector_field.py | ||