alemart / speedy-vision

GPU-accelerated Computer Vision for JavaScript.
Apache License 2.0
175 stars 28 forks source link

Node.js Support? #30

Closed alxAgu closed 2 years ago

alxAgu commented 2 years ago

First of all, thanks for this fantastic library!

I was wondering if this can be ported to node.js via something like https://github.com/stackgl/headless-gl, would it be possible?

alemart commented 2 years ago

Thank you for your compliment. I appreciate it.

Speedy Vision requires WebGL2. headless-gl does not support WebGL2 at the present day.

alxAgu commented 2 years ago

I see... Ok, thank you.