nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
182 stars 14 forks source link

Timelapse gif #59

Open Viza74 opened 6 years ago

Viza74 commented 6 years ago

Ok, clearly absolutely unnecesary (and in some ways even inconvinient) feature, but could be fun. :)

I don't know how long the undo reaches back in time (is it unlimited?) or if is it gets saved with the .petmate file (my guess that it is not), but if it is unlimited, and do gets saved, that could be used for creating a really nice timelapse animation...

nurpax commented 6 years ago

It's unlimited (and probably will remain unlimited unless someone really hits a memory problem with this -- I doubt it though, it should be pretty compact). But it's not saved into the workspace so you lose it when you save/load the same workspace. Only a save won't reset it, so if you do all your art in a single session, it'd be possible to timelapse it.

Would be kind of cool to have. But unless undo stack is saved, it'd break too often.