An open API service indexing awesome lists of open source software.

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

Binaries and headers for libUIOHook-dependent compilation
https://github.com/node-3d/deps-uiohook-raub

binary gyp headers lib native

Last synced: 27 days ago
JSON representation

Binaries and headers for libUIOHook-dependent compilation

Awesome Lists containing this project

README

        

# libUIOHook Binaries

This is a part of [Node3D](https://github.com/raub) project.

[![NPM](https://badge.fury.io/js/deps-uiohook-raub.svg)](https://badge.fury.io/js/deps-uiohook-raub)
[![ESLint](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/test.yml)

```console
npm i -s deps-uiohook-raub
```

This dependency package is distributing **libUIOHook**
binaries through **NPM** for **Node.js** addons.

* Platforms (x64): Windows x64, Linux x64, OSX x64.
* Library: libUIOHook.
* Linking: static lib-type.

See the [libUIOHook repository](https://github.com/kwhat/libuiohook).

See [iohook-raub](https://github.com/node-3d/iohook-raub/tree/master/src) for
how the libraries may be used in a Node.js addon.

## Legal Notice

This software uses [libUIOHook](https://github.com/kwhat/libuiohook) under LGPL3 license.
A copy of libUIOHook license is [included](/LIBUIOHOOK_LGPL.md),
and can also be found at the
[official repository](https://github.com/kwhat/libuiohook/blob/1.2/COPYING.LESSER.md).