OpenViBE 3.3.0 released

OpenViBE software releases, jobs and events
Locked
Thomas
Posts: 210
Joined: Wed Mar 04, 2020 3:38 pm

OpenViBE 3.3.0 released

Post by Thomas »

We are pleased to announce the release of OpenViBE-3.3.0 (download).

Following the previous release that brought an update on the CMake build, OpenViBE 3.3.0 now uses CMake ExternalProjects in order to download dependencies and build them from sources. Although it is still in progress, this improves the infrastructure in many ways:
  • Dependencies are installed with the same tool (CMake) on all platforms, making it easier to maintain
  • Updating the version of a library is greatly simplified with just a number to change in the corresponding CMake file
  • OpenViBE becomes more reliable across platforms since dependencies versions will not be OS dependent
This will eventually allow Windows developers to compile OpenViBE with newer versions of MSVC.

This release also brings new updates and bug fixes such as:
  • Documentation generation reviewed and more complete (documentation)
  • New and more generic LSL box managing inputs and outputs
  • Sign Change Detector box is now Threshold Crossing Detector box
  • Classifier Trainer fixed (some of you had reported issues when using the SVM classifier)
You can see the complete list of updates on the gitlab changelog.

As always, any feedback is more than welcome.

On behalf of the development team,
Thomas

Locked