A MyThingsLab My[X] tool. Given a natural-language
animation concept, runs one Engine call to translate it into a Manim
Community Edition Scene subclass:
mymanimeditor render --concept "a circle morphing into a square" --jsonThe generated code is checked with stdlib ast.parse as a syntax gate — no
manim/LaTeX/FFmpeg dependency, no rendering in v0. See
CLAUDE.md for the full contract and
my-things-core/docs/tools/my-manim-editor.md
for the design plan.
python -m venv .venv && source .venv/bin/activate
pip install -e ../my-things-core -e ".[dev]"
pytestMIT — see LICENSE.