2 Commits

Author SHA1 Message Date
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