XDargu / FrameByFrame

Frame by Frame is a visual debugging and recording tool for 3D applications.
MIT License
5 stars 1 forks source link

Saving the recording automatically every few minutes, in case of a crash #82

Open XDargu opened 2 years ago

XDargu commented 2 years ago

Something we could do to prevent losing data is add a system that saves the recording every few minutes. In case the tool crashes unexpectedly, we could show the user the list of auto-saves.

This comes with the risk that the tool crashes while saving. Which has definitely happened in the past when the recording is way too large. So maybe that needs to be dealt with first.