From 6f2d2ffbfa6f7e37720345fef0a466a391868b5e Mon Sep 17 00:00:00 2001 From: Kai Gritun Date: Mon, 2 Feb 2026 18:59:25 -0500 Subject: [PATCH] docs: Add WebGPU anime character renderer tutorial - Added tutorial on rendering anime characters with WebGPU - Covers high-level concepts with step-by-step code snippets - Includes live demos and practical implementation Closes #1653 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..a0b2dae 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ It's a great way to learn. * [**Java / JavaScript**: _Build your own 3D renderer_](https://avik-das.github.io/build-your-own-raytracer/) * [**Java**: _How to create your own simple 3D render engine in pure Java_](http://blog.rogach.org/2015/08/how-to-create-your-own-simple-3d-render.html) * [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) +* [**JavaScript / WebGPU**: _How to Render an Anime Character with WebGPU_](https://reze.one/tutorial) * [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html) #### Build your own `Augmented Reality`