3b1b / manim

Animation engine for explanatory math videos
MIT License
62.64k stars 5.81k forks source link

Energy savings #2159

Closed 3b1b closed 1 month ago

3b1b commented 1 month ago

Previously, during interactive development, rendering would happen continuously regardless of whether the scene was animating or being interacted with. This change has the scene only render in this mode when it needs to.