Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 365 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 365 Bytes

Rendering Playground

Playground for Computer Graphics experiments and benchmarking using GPU acceleration APIs (WebGL / WebGPU / etc.)

Development

Install and update dependencies

yarn install

Run development server

yarn start

WebGL experiments

  • Simple batching
  • Instancing
  • Shader branching

Tech. Stack

  • Next.js