Jerome Etienne

Results 146 comments of Jerome Etienne

### Car game with augmented wheels - display the wheels on screen

### drawing program - ball in the paint - 2 balls, with the meta to change color - done in draw.html https://github.com/jeromeetienne/augmentedgesture.js/blob/master/examples/draw.html

### maracas with webaudio.js - display a maracas - generate maracas sound with webaudio.js

### pong with postit - 2 players which do 2 pong rackets - up and down and a ball, no score - canvas on top of of the webcam output

- limited to es6 but so powerfull - i tried 2 years ago in #60 but the implementation were not ready - various implementatoin per browser - various API. not...

porterd from a old issue on keep

yep, later, when time allows.

pointed out by joey twiddle https://twitter.com/joeytwiddle/status/552216693804519424 - this is something which seems part of angularjs - http://eisenbergeffect.bluespire.com/all-about-angular-2-0/

- format https://github.com/mrdoob/three.js/blob/dev/docs/api/CONTRIBUTING.md

interesting point! How to handle your own class in this context ? like ``` var MyClass = function(){ console.log('super class') } ```