Find a file
2023-04-18 21:37:31 +01:00
dist Add hot reload 2023-04-15 14:47:10 +01:00
src Improve spawn shape 2023-04-18 21:37:31 +01:00
.eslintignore Add hot reload 2023-04-15 14:47:10 +01:00
.eslintrc.json Add hot reload 2023-04-15 14:47:10 +01:00
.gitignore Add hot reload 2023-04-15 14:47:10 +01:00
.prettierrc Add hot reload 2023-04-15 14:47:10 +01:00
definitions.d.ts Add hot reload 2023-04-15 14:47:10 +01:00
license.md Copy https://github.com/alaingalvan/webgpu-seed 2023-04-15 14:13:54 +01:00
package-lock.json Add hot reload 2023-04-15 14:47:10 +01:00
package.json Add hot reload 2023-04-15 14:47:10 +01:00
README.md Add hot reload 2023-04-15 14:47:10 +01:00
tsconfig.json Add hot reload 2023-04-15 14:47:10 +01:00
webpack.config.js Copy from https://playground.babylonjs.com/#GXJ3FZ#51 2023-04-15 21:57:33 +01:00

🔺 WebGPU Seed

License

A WebGPU repo you can use to get started with your own renderer.

Setup

Refer to this blog post on designing web libraries and apps for more details on Node.js, packages, etc.

As your project becomes more complex, you'll want to separate files and organize your application to something more akin to a game or renderer, check out this post on game engine architecture and this one on real time renderer architecture for more details.