.. |
animation
|
Replace DEGREES -> DEG
|
2024-12-12 10:31:40 -06:00 |
camera
|
Replace DEGREES -> DEG
|
2024-12-12 10:31:40 -06:00 |
event_handler
|
Add white space after assert statements
|
2024-08-16 12:15:55 -05:00 |
mobject
|
Replace DEGREES -> DEG
|
2024-12-12 10:31:40 -06:00 |
scene
|
Remove input_file_path arg from SceneFileWriter
|
2024-12-12 16:26:24 -06:00 |
shaders
|
Temporary band-aide for degenerate normal vector calculations
|
2024-11-25 12:39:32 -07:00 |
utils
|
Separate out full_tex_to_svg from tex_to_svg
|
2024-12-12 14:27:23 -06:00 |
__init__.py
|
Cleaner local caching of Tex/Text data, and partially cleaned up configuration (#2259)
|
2024-12-05 14:51:14 -08:00 |
__main__.py
|
Add arg to clear the cache
|
2024-12-12 14:23:56 -06:00 |
config.py
|
Use Dict syntax in place of dict for config more consistently across config.py
|
2024-12-12 16:56:58 -06:00 |
constants.py
|
Replace DEGREES -> DEG
|
2024-12-12 10:31:40 -06:00 |
default_config.yml
|
Move keybindings to config, instead of in-place constants
|
2024-12-12 10:24:56 -06:00 |
extract_scene.py
|
Bug fix in handling BlankScene
|
2024-12-12 14:37:26 -06:00 |
logger.py
|
Make log_level configurable in default_config
|
2024-12-10 20:12:38 -06:00 |
module_loader.py
|
Update InteractiveSceneEmbed (#2267)
|
2024-12-11 11:33:48 -08:00 |
shader_wrapper.py
|
No need for the shortcuts into the manim_config
|
2024-12-11 09:58:51 -06:00 |
tex_templates.yml
|
Update tex_templates.yml
|
2024-06-04 23:47:19 +08:00 |
typing.py
|
Cleaning up some imports + Minor Bug fixed in VectorField (#2253)
|
2024-12-05 14:42:46 -08:00 |
window.py
|
Move resizing out of Window.focus, and into Window.init_for_scene
|
2024-12-12 16:13:42 -06:00 |