Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@daedalus daedalus released this 14 May 18:41
· 19 commits to master since this release

feat: initial release v0.1.0

  • Full MCP server exposing manimgl scene, mobject, and animation functionality
  • Scene management (create, clear, state save/restore, camera, wait)
  • Mobject creation tools (shapes, 3D objects, text, LaTeX, graphs, coordinate systems)
  • Mobject manipulation tools (move, scale, rotate, color, arrangement)
  • Animation tools (transform, fade, grow, rotate, scale, shift, indicate, write, path movement)
  • Rendering tools (render to video, save single frame, script generation)
  • Full pytest suite with 72 tests
  • Linted with ruff format, prospector (ruff check + mypy), semgrep, vulture
  • CI/CD workflows configured
  • Pre-commit hooks configured