Skip to content

v0.4-beta

Pre-release
Pre-release

Choose a tag to compare

@LumKitty LumKitty released this 29 Sep 03:04
· 27 commits to master since this release

Added experimental Spout2 output and image font support.
To use it create a Directory with the following PNGs in it:

  • 0.png - 9.png PNG images of the numbers 0-9 for your clock digits
  • colon.png - The colon symbol
  • space.png - And empty PNG (for the upcoming option to remove the leading zero when time < 10mins)
    All PNGs must be the exact same dimensions, with the exception of colon.png which can have a different width

Enable Spout2 output in the experimental settings and capture it with OBS instead of the usual window capture.
Warning: Once the timer has been started once, changing FontDir will no-longer take effect, until the application has been restarted.
Closing the application and restarting it very quickly, may cause it to crash with Spout enabled. This is probably because the old Spout texture is not yet cleaned up when we try to create it again. Simply open the application again and it should be fine

May or may not work, may crash, let me know! :3