Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.6 KB

File metadata and controls

46 lines (29 loc) · 1.6 KB

libUIOHook binaries and headers

This is a part of Node3D project.

NPM Lint Test

npm install @node-3d/deps-uiohook

This dependency package distributes libUIOHook binaries and headers through npm for Node.js addons.

  • Platforms: Windows x64/ARM64, Linux x64/ARM64, macOS x64/ARM64.
  • Library: libUIOHook.
  • Linking: static lib-type.

See the libUIOHook repository.

See @node-3d/iohook for how the libraries may be used in a Node.js addon.

Legal Notice

This software uses libUIOHook under LGPL3 license. A copy of the libUIOHook license is included, and can also be found at the official repository.

Binary Origin

Release archives are built by this repository's public GitHub Actions workflows.

Attestations: https://github.com/node-3d/deps-uiohook/attestations

To verify a downloaded archive:

gh release download <tag> -R node-3d/deps-uiohook -p <platform>.gz
gh attestation verify <platform>.gz -R node-3d/deps-uiohook