Skip to contents

Launches a Shiny application for interactively exploring and tweaking animation parameters. Provides sliders for common parameters and live preview.

Usage

manim_explorer(scene_func, params = list(), title = "manimR Explorer")

Arguments

scene_func

A function that takes parameters and returns a Scene

params

Named list of parameter specifications: each element is a list with 'min', 'max', 'value', 'step', 'label'

title

App title

Value

Launches a Shiny app (does not return)