screencastgen

ManimCE Renderer

Manim Community Edition command adapter placeholder.

Source: screencastgen/providers/visualization/manimce.py


Status

ManimCERenderer builds the expected Manim Community command, but render() intentionally returns success=False with:

Manim Community renderer is not implemented yet

This lets CLI/web validation and provider selection be exercised without claiming Manim CE scene compatibility.


Command Shape

manim render generated_visualization.py GeneratedVisualizationScene \
  -o visualization \
  --media_dir <output_dir> \
  -r <width>,<height> \
  --fps <fps>

See Also