Skip to content

Releases: plule/leaprs

v0.2.2

19 Jun 07:59
Compare
Choose a tag to compare

Added

  • Support for MacOS

Changed

  • Documentation: Add links to the underlying structs

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Mar 10:12
Compare
Choose a tag to compare

LeapRS v0.2.1

Fixed

  • Documentation example fixes
  • Fix the polled message being unsafely clonable

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Mar 08:49
Compare
Choose a tag to compare

LeapRS v0.2.0

Added

  • All the wrapper structures now implement Deref of the wrapped leap-sys structures
  • All the reference wrapper structures now implement Clone and Copy
  • The opt-in features glam and nalgebra add conversion method for vectors and quaternions to these libraries.

Changed

  • Improved the examples to avoid common timeout unwrap()
  • The vectors and quaternion are not anymore copied
  • Breaking All the non-owning wrappers (most of them) are now named with Ref as a suffix.
    Hand becomes HandRef, Digit becomes DigitRef, etc.

Removed

  • Breaking All the trivial accessor functions were removed, in favour of the Deref trait
    vector.x() becomes vector.x, hand.pinch_distance() becomes hand.pinch_distance, etc.

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

28 Dec 20:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 Sep 05:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Feb 21:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Jan 16:19
Compare
Choose a tag to compare

v0.1.1

This version brings Linux support

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Aug 10:44
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @plule made their first contribution in #3

Full Changelog: v0.0.8...v0.1.0

v0.0.8

10 Aug 19:17
Compare
Choose a tag to compare

Full Changelog: v0.0.7...v0.0.8

v0.0.7

04 Aug 20:47
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7