Skip to content
/ HIDCore Public

This package makes all C hidapi functions available in Swift code with camelCasing.

Notifications You must be signed in to change notification settings

Emerah/HIDCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HIDCore

importing this package to your Swift code will make C hidapi functions available to your Swift code.

  • add this package as a dependency to your Xcode project
  • add import statement to the top of your file [import HIDCore]

Platform:

development platform is macOS v14. it should work on earlier versions of macOS >= v12 but I am running v14.

Usage:

you can use the library functions inside your Swift code and it should look and feel natural because all function have been renamed to camelCase.

Required

you must have hidapi installed on your system

[brew install hidapi]

About

This package makes all C hidapi functions available in Swift code with camelCasing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published