seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Feature: Shared Animation Ticks / Animation Sync / Simultaneous Content Animation #22

Open seantrons opened 6 months ago

seantrons commented 6 months ago

Using this for a project at work and realized that it would be beneficial to enable users to utilize the same Animation instance to animate multiple related data panes.

For a specific use case, imagine you have a sequence of images (video) and wish to display the before and after effects of a transform (say distortion calibration) side by side.

seantrons commented 6 months ago

A valid implementation will depend on the deserialization of rendering for multiple data display panes. i.e. this issue is dependent on https://github.com/seantronsen/qtviewer/issues/14