Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS support #70

Closed
plule opened this issue Mar 25, 2024 · 1 comment · Fixed by #81
Closed

Mac OS support #70

plule opened this issue Mar 25, 2024 · 1 comment · Fixed by #81
Labels
help wanted Extra attention is needed

Comments

@plule
Copy link
Owner

plule commented Mar 25, 2024

Leap Motion drivers now supports Mac OS.

  • The library search path in build.rs should be updated
  • General sanity checks should be done

Help wanted: I don't have a Mac.

@plule plule added the help wanted Extra attention is needed label Mar 25, 2024
@anselanza
Copy link
Contributor

I have gotten a basic sample working on MacOS. Unfortunately it currently requires a little bit of nonsense to point to the dylib file at runtime, i.e.

DYLD_LIBRARY_PATH="/Applications/Ultraleap Hand Tracking.app/Contents/LeapSDK/lib" cargo run

@plule plule linked a pull request Jun 18, 2024 that will close this issue
@plule plule closed this as completed in #81 Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants