Skip to content

kuflex/ofxKuBox2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxKuBox2d

Kuflex addon for Box2D in openFrameworks intended for simulating physics with Kinect masks.

  • It supports world of static edges and falling circles.
  • The main feature - using binary mask (received from Kinect of web camera) to affect circles. It is implemented using just forces from mask to circles, no triangulation!

Example of project made using this technique: www.youtube.com/watch?v=vHOui4aIokM

Video

Example

Addon includes example which shows falling circles and a "human" on a binary mask which moves left and right and affects to the circles.

Screenshot

Installation

Addon should link smoothly to your openFrameworks project using Project Generator. For manual installation, add addon's libs and src folders to the includes settings of your IDE project, as well as all .h and .cpp files from lib and src addon's folders.

It was tested for openFrameworks 0.8.4.

Details

This project uses Box2D 2.1.

About

Kuflex addon for Box2D in openFrameworks intended for simulating physics with Kinect masks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages