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

#### library version ```bash ├── [email protected] ├── [email protected] ├─┬ [email protected] │ ├── [email protected] deduped │ └── [email protected] deduped ├── [email protected] └─┬ [email protected] └── [email protected] deduped ``` #### Expected behavior iOS...

#### Library Version I use React 18. ```bash ├─┬ [email protected] │ └── [email protected] deduped └── [email protected] ``` #### Expected Behavior ```tsx const shaders = Shaders.create({ helloGL: { frag: GLSL` precision...

Is there anyway to specify that image format of a texture? In normal webgl we can create a luminance texture like this: ```javascript gl.texImage2D( gl.TEXTURE_2D, 0, // level gl.LUMINANCE, //...

feature

GL.Node does not support video surfaces. #### Actual behavior Manipulating 2D surfaces works but manipulating video surfaces does not. #### Steps to reproduce the behavior Apply any shader on a...

video

#### library version [email protected] ├─ [email protected] ├─ [email protected] └─ [email protected] #### bug report I'm using the following code to display a 100 x 100 preview of the camera: ``` import...

video

### Implementation Issue So I have been trying to implement gl-react over videos in React Native(Expo CLI). I follwed this example []( https://github.com/gre/gl-react/tree/master/packages/cookbook/src/examples/video) . #### Expected behavior Video should play...

Expo
video

Is it possible to use react-native-video inside GL.Node?

Expo
video

Hi I have a feature request, I'm unable to utilize a Uint8Array as a source for a texture. Having this would be a flexible feature for some projects utilizing raw...

### _bug report_ I was working on to react-native app , not expo , trying to implement the and it caused app crash after loading it. #### library ``` "gl-react":...

### question #### library version 3.6.0 ```bash npm ls gl-react gl-react-dom gl-react-native gl-react-expo [email protected] └── [email protected] ``` This should be a relatively simple question, but I'm not seeing an easy...

feature
API-design