gl-react icon indicating copy to clipboard operation
gl-react copied to clipboard

headless example

Open amapic opened this issue 2 years ago • 2 comments

Hi @gre! Can you please provide some example of usage gl-react-headless? I am working on SSR and I am just interested what is possible to do with it.

This example is no more present: https://github.com/gre/gl-react/tree/master/packages/tests/tests

amapic avatar Jun 26 '23 10:06 amapic

mmh gl-react-headless is a CPU implementation of webgl through node.js, i'm not sure if it's going to work for SSR purpose because it's not necessarily going to make the same DOM neither. it allows mostly to implement tests (on the shaders)

gre avatar Jun 27 '23 20:06 gre