generateAnimation

fun generateAnimation(fileName: String, options: List<String>, outputFile: String): Int

Generates animation using the python file created beforehand

Return

exit code from generating animation and writing it to output mp4

Parameters

fileName

: name of python file to be executed

options

: CLI options for generating manim animation, such as quality

outputFile

: name of output mp4 file