google / pikov

Tool to create and edit Pikov pixel art Markov chain animations.
Apache License 2.0
16 stars 10 forks source link

GIF preview for Pikov #15

Closed tswast closed 6 years ago

tswast commented 6 years ago

What is a GIF preview? Rather than being dynamic, render a sequence of frames that follow some specific transitions, chosen randomly.

Parameters:

The renderer will randomly choose transitions to follow. Once the animation is at least min_length long (use the duration property of frames to calculate), stop once the animation would render the starting_frame again. This makes the preview animation into a looping animation.

If the animation gets to max_length long without looping, stop there.