Refactor
This commit is contained in:
parent
de7fcc15d0
commit
9e582110ea
27 changed files with 248 additions and 123 deletions
19
README.md
19
README.md
|
|
@ -1,18 +1,3 @@
|
|||
# 🔺 WebGPU Seed
|
||||
## todo
|
||||
|
||||
[![License][license-img]][license-url]
|
||||
|
||||
A WebGPU repo you can use to get started with your own renderer.
|
||||
|
||||
- [🔳 Codepen Example](https://codepen.io/alaingalvan/pen/GRgvLGw)
|
||||
|
||||
- [💬 Blog Post](https://alain.xyz/blog/raw-webgpu)
|
||||
|
||||
## Setup
|
||||
|
||||
> Refer to [this blog post on designing web libraries and apps](https://alain.xyz/blog/designing-a-web-app) 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](https://alain.xyz/blog/game-engine-architecture) and this one on [real time renderer architecture](https://alain.xyz/blog/realtime-renderer-architectures) for more details.
|
||||
|
||||
[license-img]: https://img.shields.io/:license-unlicense-blue.svg?style=flat-square
|
||||
[license-url]: https://unlicense.org/
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue