Skip to content

Instantly share code, notes, and snippets.

View henninghoyer's full-sized avatar

Henning Hoyer henninghoyer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am henninghoyer on github.
  • I am henning (https://keybase.io/henning) on keybase.
  • I have a public key whose fingerprint is B412 F0AB 334A A484 D4F7 8C15 FA47 3E7B 6B40 B0E2

To claim this, I am signing this object:

@henninghoyer
henninghoyer / jsbin.uCUgiSE.css
Last active December 22, 2015 23:39
Finger tracking with leapmotion in the browser using leapjs. Nothing spectacular, probably been done a million times by now. Nevertheless it does work.
html, body {
width:100%;
height:100%;
color:#333;
}
canvas {
border: 1px solid black;
display: block;
}