WasmGPU Examples
Here are a few interesting examples that demonstrate some of the features of WasmGPU (their source code can be found here):
- ESM Example to see how to get started with the ESM build.
- IIFE Example to see how to get started with the IIFE build.
- glTF Example to see how a glTF model of a chessboard can be loaded and imported.
- Compute Example to see how the compute subsystem can be used to render a Mandelbulb.
- Python Example to see how a point cloud can be used with the compute subsystem along with Python interoperability via Pyodide to render a galaxy.
Back to the docs | GitHub | jsDelivr