gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headless example

amapic opened this issue · 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__

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)