gl-react/cookbook/DocIntro.md
2017-03-29 13:28:06 +02:00

1.1 KiB
Executable File

gl-react API documentation

gl-react is a React library to write and compose WebGL shaders.

This universal library must be coupled with one of the concrete implementations:

<Surface width={300} height={200}>
  <Node shader={shaders.helloGL} />
</Surface>

There are two primitive components: Surface and Node.