Support Fluxion Engine
If you find this project useful, please consider supporting its development.
Support ProjectCreate precise, beautiful videos programmatically with Python


Perfect for educational content, technical videos, and complex visualizations built on real math.
Hundreds of pre-built shapes, animations, and mathematical mobjects ready to use out of the box.
Full control over colors, timing, effects, and camera movements — code is your canvas.
Open source and built for the community, by the community. Join thousands of creators.
Fluxion allows you to write Python code to generate high-quality animations.
from fluxion import *
class CreateLogo(Scene):
def construct(self):
logo = FluxionLogo()
self.play(DrawBorderThenFill(logo))
self.play(logo.animate.shift(UP * 0.5))From trigonometry to complex boolean operations, Fluxion handles it all.
If you find this project useful, please consider supporting its development.
Support Project