Skip to contents

A Shiny module that provides timelapse playback functionality for visualizing the artwork creation process. Includes animation controls and real-time metrics display.

Usage

playTimelapseUI(id)

playTimelapseServer(id, r)

Arguments

id

Character string. The module's namespace ID.

r

Reactive values object containing artwork data from parent app. Expected to contain: - `appdata$artwork$stats$artist_uuid`: Artist identifier - `appdata$artwork$stats$art_uuid`: Artwork identifier - `appdata$config$n_frames`: Total number of frames - `appdata$artwork$frame_stats`: Per-frame analytics with 21 columns of statistics

Functions

  • playTimelapseUI(): Module UI function

  • playTimelapseServer(): Module server function

See also

Other ui-modules: mod-comp-frames