Skip to content

dasantonym/wdt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BADco. Whatever Dance Toolbox

Build Status Code Climate Dependency Status

About

This is a re-rewrite of the Daniel Turing's Whatever Dance Toolbox using node-opencv, node-webkit and angular.js.

The previous node-webkit based version (1.9) was dependent on GStreamer and the functionality from ppgst was moved and ported to node in form of the wdt-native module.

The original 1.0 version uses haXe/xinf and became unmaintainable. It is available as a Linux LiveCD that works on PC (and some Macs) only with firewire cameras - on http://badco.hr/works/whatever-toolbox/.

This version, very much a work in progress, leverages some new techologies with the aim to have an easily installable application for Linux, Mac OS and Windows.

Building

You'll need OpenCV 2.3.1 or newer, cmake, gulp and bower installed.

Run this from the repository root:

npm install
bower install
gulp
cd dist
npm install

The last step will fetch the native module and compile it for your local architecture.

To build the app for your machine set either linux64, osx64 or win64 as the environment variable WDT_TARGET_ARCH and run:

WDT_TARGET_ARCH=osx64 gulp build-webkit-app

To regenerate all HTML/JS/CSS files run gulp.

About

BADco. Whatever Dance Toolbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • HTML 5.0%
  • CSS 4.7%