gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.04k stars 646 forks source link

Update gl to v5.x #768

Closed dhritzkiv closed 1 year ago

dhritzkiv commented 2 years ago

I noticed that gpu.js (and by extension brain.js) still use v4 of gl. v5 fixes some build issues users were having on macOS and linux, and upgrades node-gyp, which uses python 3 (saw a HackerNews thread about python 2.7 being a blocker for them installing brain.js)

Notes:

robertleeplummerjr commented 1 year ago

Thanks @dhritzkiv!