gnikoloff / hwoa-rang-gpu

micro webGPU rendering & compute library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hwoa-rang-gpu

micro webgpu rendering & compute library

Sketch render

size size

Built from scratch with only two hard dependencies:

  • hwoa-rang-gl - my webgl library. I heavily borrowed the API agnostic parts of the library, so I didn't have to write them all over again:
    • perspective & orthographic camera
    • orbit controls
    • geometry generation helpers
    • scene graph
  • gl-matrix - used for all the math I could not bother to write myself

As WebGPU is still considered experimental, things may break. Please file an issue if you see something wrong.

References

About

micro webGPU rendering & compute library


Languages

Language:TypeScript 96.8%Language:JavaScript 3.2%