gre / gl-react

gl-react – React library to write and compose WebGL shaders
https://gl-react-cookbook.surge.sh
MIT License
2.94k stars 163 forks source link

headless example #431

Open amapic opened 1 year ago

amapic commented 1 year ago

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__

gre commented 1 year ago

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)

khanzzirfan commented 3 weeks ago

Hello There, wonder, if there are any concrete headless gl react demo available? I really want to use nodejs gl rendering but cannot find an example which can help me get started.