Spaces:
Running
Running
# WebGPU and Other References | |
## Math Libraries and Rendering Vertex Stuff | |
- **Workgroup**: [WebGPU Fundamentals](https://webgpufundamentals.org/) | |
- **Module**: [wgpu-matrix.module.js](https://webgpufundamentals.org/3rdparty/wgpu-matrix.module.js) | |
- **Implementations**: [Search Results for matrix.module.js](https://www.bing.com/search?pglt=929&q=matrix.module.js&cvid=f489a108db90408c8b575d292bfd7c55&gs_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIGCAEQABhAMgYIAhAAGEAyBggDEAAYQDIGCAQQABhA0gEHNjI0ajBqMagCALACAA&FORM=ANNTA1&PC=U531&EPC=ExpTester) | |
## WebGPU Resources | |
- **Official WebGPU Documentation**: [WebGPU Spec](https://www.w3.org/TR/webgpu/) | |
- **WebGPU Tutorial**: [WebGPU Fundamentals](https://webgpufundamentals.org/webgpu.html) | |
## Design and Architecture | |
- **Unreal Engine 5 Style Guide**: [UE5 Coding Standards](https://docs.unrealengine.com/4.27/en-US/ProductionPipelines/DevelopmentSetup/CodingStandard/) | |
- **React State Management**: [React Documentation](https://reactjs.org/docs/state-and-lifecycle.html) | |
## Additional References | |
- **Plasma Physics Textbook**: J. D. Huba, "NRL Plasma Formulary", 2020. | |
- **WebGPU API Reference**: [WebGPU API](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API) | |
- **GPU Programming**: N. Wilt, "CUDA Handbook: A Comprehensive Guide to GPU Programming", 2013. | |
## Fonts and Atlas' | |
- **SDF Atlas Generation** https://github.com/Chlumsky/msdf-atlas-gen |