0.1.1: Small fixes

2025-05-28

Beta version 0.1.1 is here, bringing small changes/fixes.

Summary

  • Linux: Fixed a crash due to clashing symbols
  • Introduced property "fill mode" for QCameraView and QScreenCaptureView (Stretch, PreserveAspectFit, PreserveAspectCrop)
  • Introduced the option to specify which webcam/camera to pick for QCameraView
  • Introduced option active for QScreenCaptureView to temporarily stop screen capturing
  • Changed default refresh rate for QCameraView to 30
  • Changed our core library name from libqtcute to libvitosha

Linux compatibility

We identified a crash when using this addon along other GDExtensions.

Previously, we statically linked against the C++ standard library (-static-libgcc -static-libstdc++), however this introduced an issue where some symbols that were exported could clash with the same symbols from other libraries, resulting in a crash.

Our addon is now compiled without -static-libgcc -static-libstdc++.

Downloads

Thanks for reading this blog post.

Visit the downloads page and grab yourself a release build.

For help or feedback, reach out via: - Discord - Github issue tracker

Sander Ferdinand