Skip to content

v3.0.0

Choose a tag to compare

@motion-workshop motion-workshop released this 23 May 18:11
  • Separated C++ classes into their own project
  • Require C++11 support
  • Remove all exceptions as a compile time option
  • Added Format::Element::key() method
  • Added Format::MakeList(...) method
  • Added Format::QuaternionToMatrix(...) method
  • Added CI builds with coverage reporting
  • Added unit tests (and Python test server) to the public repo
  • Added CMake project config
  • Added 2 example apps to the build, one simple from the README and the CSV streamer from another repo
  • Breaking changes to the Client protected/private method interface. The public interface is backwards compatible (minus no exceptions thrown)
  • Refactor and clean up the Client internal methods. Unify Windows and Linux socket API calls where possible