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

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

Results 57 gl-react issues
Sort by recently updated
recently updated
newest added

#### Steps to reproduce the behavior open the colorscale example in cookbook-expo, select for instead `heatmap` compare with https://gl-react-cookbook.surge.sh/colorscale . result is totally different.. i'll investigate on a smaller code...

bug
help wanted

Node should expose a more generic escape hatch to use gl and do any WebGL stuff. Node should expose a basic way to implement your own `draw()`. that way, people...

feature

### Feature request Support for [OffscreenCanvas API](https://developer.mozilla.org/fi/docs/Web/API/OffscreenCanvas). Sometimes the render can take a long time and it seems to lock up the main JS thread, causing rest of the UI...

### *bug report* Performance of GLSL Edit in gl-react-expo is not great. #### Expected behavior Expect smooth 60fps #### Actual behavior Persistant judder and < 60fps #### Steps to reproduce...

enhancement

to recreate this example https://projectseptemberinc.gitbooks.io/gl-react/content/docs/examples/8.html basically it would be like ```html ....... ```

currently these are still inline in the project but should be externalized to flow-typed https://github.com/gre/gl-react/tree/master/packages/gl-react/flow

help wanted

it's not the way to go, the way to go is to compose ``, not ``.

enhancement

more than ~12 simultaneous canvas doesn't work in web, WebGL don't allow that. One idea to workaround that is to implement a ``, a super surface, that discovers all the...

feature

**top level** - [ ] make the Inspector a standalone module that can be embedded in Web or used by a browser plugin. - [ ] make a dedicated gl-react...

feature