SmartTimelapse
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Common Timelapse tools create a screenshot every x seconds. This fixed interval for all tools does not always fit the needs of a gamedev who does code, graphics and audio all by himself.
Smart Timelapse checks which of your windows is currenlty active and checks a file "intervals.txt" for a part of the window title string. So you can easily do a screenshot every two seconds when doing graphics and a screenshot every 20 seconds when you are coding.
The files will be named in a common manner so that tools like chronolapse and others can easily create videos out of the screenshots.
Please feel free to use or change Smart Timelapse. Released under GPL 3.
If you like it, drop me a message at twitter @Laguna_999.
Since it uses some OS specific features, this is a windows only project. I did not test it under Linux or Mac, but the chances it will run with mono are not very high. Sorry for that.
Smart Timelapse checks which of your windows is currenlty active and checks a file "intervals.txt" for a part of the window title string. So you can easily do a screenshot every two seconds when doing graphics and a screenshot every 20 seconds when you are coding.
The files will be named in a common manner so that tools like chronolapse and others can easily create videos out of the screenshots.
Please feel free to use or change Smart Timelapse. Released under GPL 3.
If you like it, drop me a message at twitter @Laguna_999.
Since it uses some OS specific features, this is a windows only project. I did not test it under Linux or Mac, but the chances it will run with mono are not very high. Sorry for that.