four icon indicating copy to clipboard operation
four copied to clipboard

💎 Minimal three.js alternative.

Results 2 four issues
Sort by recently updated
recently updated
newest added

Hello! Thanks for the great project. I'm moving to it from ogl and have issues implementing the equivalent of GPGPU. I have to create a Texture from Float32Array and it...

I'm using the [webgpu cube example](https://github.com/CodyJasonBennett/four/blob/main/examples/webgpu-cube.ts ) and added a few more uniforms to test stuff out (sorry, I couldn't get this to work on Codesandbox): ```wgsl struct Uniforms {...

bug