No description
https://schmelczer.dev/fleeting
| dist | ||
| src | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| definitions.d.ts | ||
| license.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
🔺 WebGPU Seed
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.