EriKWDev / nanim

Nanim is an easy-to-use framework to create smooth GPU-accelerated animations that can be previewed live inside a glfw window and, when ready, rendered to videos at an arbitrary resolution and framerate.
MIT License
118 stars 3 forks source link

Add time location to --png #11

Open EriKWDev opened 3 years ago

EriKWDev commented 3 years ago

Now that --png was added, It would be nice to also be able to have something like --png-at:10 to capture a screenshot at time 10 seconds.

(--snap-at:10, --screenshot-at:10, ...)

Maybe also a way to take a screenshot every delta? --png-delta:1 for a screenshot once every second..?