thebioengineer / camcorder

Record plots generated during an R session and replay as a gif!
https://thebioengineer.github.io/camcorder/
Other
201 stars 7 forks source link

Add "stop_motion" to preview all past plots #46

Open thebioengineer opened 2 years ago

thebioengineer commented 2 years ago

I've added a new function "stop_motion". it works such that when you want to see all your past plots in the dir, you can run stop_motion(), and it will open a slick carousel of all the images. not thrilled with it yet, but I wanted to get your initial thoughts on whether this is what you had in mind.

thebioengineer commented 1 year ago

@gkaramanis - would you mind testing out the latest stop_motion update? I am not convinced slickr is the answer, but rather more something like trelliscope, but I'd appreciate your opinions.

gkaramanis commented 1 year ago

It works but, if I'm not missing something, I would like to have more functionality. At least an overview mode (like thumbnails of all images), jump to last image.

thebioengineer commented 1 year ago

It works but, if I'm not missing something, I would like to have more functionality. At least an overview mode (like thumbnails of all images), jump to last image.

That sounds more along the lines of trelliscope then. I'll see about mocking something up then!