xObsAsyncImageSource - Asynchronous image source

xObsAsyncImageSource - Asynchronous image source v1.1

  • Added macOS support: x64 (Intel) and arm64 (Apple Silicon), minimum macOS Monterey 12.0
  • Updated to .NET 10 and latest NetObsBindings 32.0.0 library - smaller binary size and faster execution + loading times
  • Removed unused locales from package
  • Updated Linux binary base to Ubuntu 22.04 / glibc 2.35
Full Changelog: v1.0...v1.1

ℹ️ Compatible with OBS 32+ 64 bit

⚠️ If you're not on macOS, you can ignore this re-release. The previous download of this version included a macOS installer that didn't determine the installation path correctly. If you're on macOS and noticed the previous installation didn't work, try this new and fixed installer now please.
Added an installer for Windows to the downloads
- Bumped version to v1.0 since this has been stable and reliable long enough now
- Added text "(Async)" to properties page so that this source can be easily distinguished from the original source
1684188751188.png


Full Changelog: https://github.com/YorVeX/xObsAsyncImageSource/compare/v0.4...v1.0

ℹ️ Compatible with OBS 29+ 64 bit
Added Linux support
If loading fails the async image source will now keep on trying to load the image every second until it succeeds. This way if the file was locked during the last load attempt (e.g. happens when it is updated at the exact time the image source tries to read the file) it will be updated a second later (whereas the original image source would never recover from this until the image file is updated once more).
Back
Top