greggman / wgpu-matrix

Fast WebGPU 3d math library
https://wgpu-matrix.org
MIT License
310 stars 16 forks source link

references to compatible physics lib #36

Open mreinstein opened 3 weeks ago

mreinstein commented 3 weeks ago

I recently ported the latest stable version of https://github.com/piqnt/planck.js to a version that supports array notation, and gets rid of all the Object Oriented stuff. Fundamentally what this means is one can use vec2 and vec3 between wgpu-matrix and planck without needing any conversion steps or duplicate vector implementations cluttering things up.

Would you be open to a PR where I reference this module somewhere? I didn't see a references section in the README or anything, so wasn't sure.

mreinstein commented 3 weeks ago

The port: https://www.npmjs.com/package/@footgun/planck