Skip to content

Releases: plule/leaprs

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 07:59

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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 10:12

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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 08:49

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

Choose a tag to compare

@github-actions github-actions released this 28 Dec 20:41

What's Changed

New Contributors

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

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Sep 05:58

What's Changed

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

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:48

What's Changed

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 16:19

v0.1.1

This version brings Linux support

What's Changed

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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 10:44

What's Changed

New Contributors

  • @plule made their first contribution in #3

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

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 10 Aug 19:17

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

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:47

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