Experiment : Kinect / OpenNI + Flash/AIR + Sion
8 avril 2012A short experiment for making music with a Kinect sensor.
Project and source code are available on OpenNI Arena website.
A short experiment for making music with a Kinect sensor.
Project and source code are available on OpenNI Arena website.
Réalisation du site web http://faiteslesigner.fr/
Pour l'agence La Chose
Aucun commentaire »
Participation au développement du site web de Louis Vuitton (2011).
Réalisation de plusieurs mini-sites : looks, jewelry, friends of the house, etc.
Mission de 5 mois au sein de l'agence Ogilvy.
Here is a small stage3D demo of using flash stage3D, Away3D 4, BVH motion capture file format, Away Physics.
Just give some sweets to the lonely pumpkin to make it dance salsa
See my previous post for the source code of the AS3 BVH Parser.
Hope you like !
Aucun commentaire »
This is a small contribution that would be usefull to those who want to play with motion capture in flash.
BvhParser is an AS3 class that will... parse BVH files !
Just give the text content of a BVH file to the BvhParser and it will return coordinates and rotations of each bone for each frame of the animation.
Download the Bvh Parser source code.
This is (quickly) how to use it :
_bvh = new BvhParser(); _bvh.parse(_bvhStr); _bvh.gotoFrame(1); _update(); private function _update():void { for each(var bone : BvhBone in _bvh.bones) { trace(bone.Xposition, bone.Yposition, bone.Zposition); trace(bone.Xrotation, bone.Yrotation, bone.Zrotation); } }Aucun commentaire »
Participation au développement du jeu facebook Happy Life sur une durée de 4 mois.
Développements :
Collaboration au projet Urbandive, d'avril à septembre 2010.
PagesJaunes
L'utilisateur se connecte à son compte facebook puis lance l'animation. Des données texte et image sont extraites de son profil facebook et intégrées à l'animation.
Voici une capture vidéo de l'animation.