Skip to content

RobyDX/webGpuTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In questo repository potete trovare un set di tutorial relativo a WebGPU, la nuova API per la realizzazione di applicazioni grafiche ad alte prestazioni all'interno del browser, descritti nella sezione WebGPU del mio blog https://www.notjustcode.org

Demo al link https://webgpu.notjustcode.org/

Guida Scaricate il repository Lanciate il comando npm i per installare i repository Eseguite il comando npm run dev per avviare i tutorial.

  1. Inizializza Web GPU
  2. Render Target
  3. Shaders
  4. Vertex Buffer
  5. Index Buffer
  6. Uniform Buffer
  7. Depth Buffer
  8. Matrici di Trasformazione
  9. Texture
  10. Render Bundle
  11. Geometry Instancing
  12. MSAA
  13. Render to Texture
  14. Utilizzo di Video
  15. Compute Shader
  16. Sobel Filter
  17. Stencil Buffer
  18. Query Set
  19. Testo su una Texture

Buona lettura