Skip to content

Fluxion EngineMathematical Animation Engine

Create precise, beautiful videos programmatically with Python

Fluxion Logo

Experience Fluxion

Build with Code

Fluxion allows you to write Python code to generate high-quality animations.

python
from fluxion import *

class CreateLogo(Scene):
    def construct(self):
        logo = FluxionLogo()
        self.play(DrawBorderThenFill(logo))
        self.play(logo.animate.shift(UP * 0.5))

Logo Animation

3D Surfaces

Beyond the Basics

From trigonometry to complex boolean operations, Fluxion handles it all.

Released under the MIT License.