Git Product home page Git Product logo

005-values's Introduction

005 - Values Keely Honeywell, Alan Chatham This work has 3 pieces - code for up to 4 Kinect sensors, a website using Raphael.js to show the shapes on an HTML 5 canvas, and Node.js + socket.io code that turns the OSC messages that the kinect code kicks out to socket.io events that the website listens for. To use: You�fll first need to download and install the Kinect for Windows SDK and its attendant drivers. Once that is set up, you should be able to run the KinectOSC program, either via Visual Studio, or by running the .exe in the debug folder. Due to security measures in most systems, you'll have to run a local http server to get this to work on one PC. This is easy to do with Python, though. Download python, add it to your system path if it doesn't do so already, then in a command line, navigate to the directory you put the website files in, and type 'python -m SimpleHttpServer' (Python 2.x) or 'python -m http.server' (Python 3.x+). Next, you'll need to download node.js, then in another command line, get to the directory with 'bridge.js' in it, and run 'node bridge.js'. Then, open up your browser and go to 'localhost:8000', and things should be running!

005-values's People

Contributors

alanchatham avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.