v0.5a-beta
Pre-releaseUpdate: v0.5a is the exact same EXE but a slightly older version of spout.dll which appears to have resolved the random crashes: AWAS666/Spout.NETCore#1
Added new option "Show Leading Zero" to toggle whether the clock displays e.g. 04:20 or 4:20. If disabled recommend using a monospace font
Switched OpenGL runtime from Silk.net to OpenTK.GLControl for a significantly smaller exe
Changed how images are copied to a spout texture to run line by line instead of pixel by pixel to be more performant
Changed how spout texture is stored to use Marshal.AllocHGlobal instead of byte[] Ruminoid/Spout.NET#3
Changed Spout class to instanced instead of static. Allows image font to be changed at runtime, and means texture update doesn't have to run as a task, allowing easier debugging and meaningful error messages
Added a demo font to give an example of how to create your own image fonts.
Added protection against running two copies
If spout is enabled program will be unstable if launched too quickly after closing the previous instance. If this happens, wait a while or temporarily change your spout sender name