Getting Started
Installing locally
Install TypeGPU using the package manager of your choice.
You can then import it in JavaScript/TypeScript code.
Live Examples
Our live examples showcase many use-cases of TypeGPU. Feel free to edit the code and see the preview update live!
StackBlitz
You can play with TypeGPU right in the browser using our StackBlitz example.
Troubleshooting
WebGPU types are not available
If WebGPU types, such as GPUDevice
or GPUBuffer
, are not recognized in your project, make sure to install the @webgpu/types npm package and include it as a type root in your tsconfig.json
file.
If you encounter any other issues, make sure to look into the rest of our docs, as well as the WebGPU or the react-native-wgpu documentations. For any further questions, you can contact us via the Software Mansion Community Discord or on GitHub.