node-openvg icon indicating copy to clipboard operation
node-openvg copied to clipboard

OpenVG bindings for node

Results 7 node-openvg issues
Sort by recently updated
recently updated
newest added

After an error while trying to compile npm install node-opengv-canvas & digging an answer from https://raspberrypi.stackexchange.com/questions/77619/where-is-legl-lglesv2, I guess this may solve the troubles ;p Also, do you support dispmanX ?...

Two little improvements, shouldn't break anything.

I updated to nan 2.4.0 to allow the usage of newer node versions. The examples work as expected on my Raspberry Pi 3, but there are two things that I...

Unfortunately node-openvg is specific to the Raspberry Pi and is currently not portable to other platforms, due to its use of libbcm. It would be great to provide a portable...

After showing an animation for several hours it got frozen, and when i tried to restart it, openvg.init() never releases the loop, so the app don't start. I've tried to...

Move [egl::Init](https://github.com/luismreis/node-openvg/blob/master/src/egl.cc#L27) to JS land.

The createPBufferFromClientBuffer is causing a fatal exception. I'm using node v0.10.22 Raspbian latest version upgraded/updated through apt-get Hard float The error can be obtained using the openvg-canvas example shadows.js pi@raspberrypi...