Show HN: Manim (3Blue1Brown's animation engine) in the browser via WebGPU

Hacker News Top Tools

Summary

Academa Studio brings 3Blue1Brown's Manim animation engine to the browser using WebGPU, enabling AI-native Manim editing with no local setup.

Grant Sanderson (3Blue1Brown) created Manim, the Python library he uses to make the math animations in his videos.<p>We reimplemented Manim with the same Python API, but the implementation underneath is Rust, connected to Python through PyO3. The Rust code uses wgpu, so rendering happens on the GPU.<p>To run it in the browser, we compiled the Rust parts to WebAssembly so the PyO3 extension loads in Pyodide. In the browser, wgpu targets the WebGPU API, so animations render in real time on your GPU through the browser.<p>The editor is Monaco (the editor that powers VS Code) with a live preview: write your Manim code on one side, watch the animation update on the other.<p>There&#x27;s also a built-in AI agent if you&#x27;d rather vibe-code your animations.
Original Article
View Cached Full Text

Cached at: 07/29/26, 03:52 AM

# Academa Studio | AI-Native Manim Editor Source: [https://studio.academa.ai/](https://studio.academa.ai/) AAcademaStudio![From idea to stunning](https://studio.academa.ai/_app/immutable/assets/from-idea-to-stunning.BXUFla4y.svg) AAcademaStudio Videos Suggested prompts Preparing preview 1. Loading Python runtime 2. Installing manimx and dependencies 3. Warming up renderer No render errors\. Loading script [Pricing](https://studio.academa.ai/pricing)[Terms of Service](https://studio.academa.ai/terms-of-service)[Privacy Policy](https://studio.academa.ai/privacy-policy)

Similar Articles

@rwayne: Manim — The Absolute King of Math Explanation Videos 3Blue1Brown uses Manim for their YouTube videos. In the past two years, the visual style of AI explanation videos has been reversely defined by it; Sora can't capture this math animation texture. Core capabilities: LaTeX formula animation: M…

X AI KOLs Timeline

Manim is a Python-driven animation engine designed for math explanation videos, enabling precise control over LaTeX equations, geometric transformations, and 3D space animations. It is widely used in YouTube educational videos and academic presentations.

Math-to-Manim

Hacker News Top

Math-to-Manim is an open-source tool that uses AI agents to convert math and physics prompts into Manim explainer videos, generating artifacts like lesson plans, storyboards, and scene specs.

See Before You Code: Learning Visual Priors for Spatially Aware Educational Animation Generation

arXiv cs.AI

This paper introduces OmniManim, a render-feedback-aware framework for generating educational animations from natural language descriptions using large language models. It addresses visual defects like element overlap and misalignment by incorporating explicit visual planning, post-render diagnostics, and localized repair, demonstrating improved render quality on newly constructed datasets.