https://github.com/dasantonym/node-wdt-native
Native functionality for the Whatever Dance Toolbox NW.js implementation.
https://github.com/dasantonym/node-wdt-native
Last synced: 8 months ago
JSON representation
Native functionality for the Whatever Dance Toolbox NW.js implementation.
- Host: GitHub
- URL: https://github.com/dasantonym/node-wdt-native
- Owner: dasantonym
- License: lgpl-2.1
- Created: 2015-05-09T19:49:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T10:51:51.000Z (about 11 years ago)
- Last Synced: 2025-10-14T14:09:30.820Z (9 months ago)
- Language: C++
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WDT Native
[](https://travis-ci.org/dasantonym/node-wdt-native) [](https://david-dm.org/dasantonym/node-wdt-native)
Native functionality for the [nw.js](http://nwjs.io/) version of the [Whatever Dance Toolbox](https://github.com/dasantonym/wdt).
The module uses [node-opencv](https://github.com/peterbraden/node-opencv) for OpenCV functionality. Build system is [cmake-js](https://github.com/unbornchikken/cmake-js).
## Install
The module requires cmake and the opencv library and headers.
To build for a specific platform other than your current node/iojs, add this to your package.json (see cmake-js docs for more info):
```shell
"cmake-js": {
"runtime": "nw",
"runtimeVersion": "0.12.1",
"arch": "x64"
}
```
To build and install the module
```shell
npm install wdt-native
```
## Credits
All original image analysis code is taken from [Daniel Turing](https://github.com/dturing)'s [ppgst](https://github.com/dturing/ppgst) project. Adapted as Node module by Anton Koch.