Skip to content

gnikoloff/hwoa-rang-gpu

Repository files navigation

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

Releases

No releases published

Packages

No packages published