3 Commits

Author SHA1 Message Date
Gaëtan Renaudeau
f10c805b69 Introducing GL.createComponent(props => glView, {...staticFields}) 2015-10-09 20:16:03 +02:00
Gaëtan Renaudeau
8271600843 Fixes #19: implement a captureFrame(cb) method on GL.View
Usage:

render() {
  <GL.View ref="view" ... />
}

capture () {
  this.refs.view.captureFrame(data64 => ...);
}
2015-10-01 10:20:35 +02:00
Gaëtan Renaudeau
60db432798 add Simple example 2015-08-20 23:35:34 +02:00