Results 34 comments of L Reis

@chuyihuang I'm using these patches in production without problems

Do you have any other platform/architecture in mind ? I would also like to do this, but there aren't many alternatives to the raspberry pi with OpenVG available.

This is very interesting because it would allow development of other stuff (like node-openvg-canvas) on a desktop/laptop computer with more firepower than the Pi. Placing this here for future reference:...

FWIW, They are really easy to emulate/shim.

Given that description I would say that you are seeing a bug in the OpenVG implementation. After the first node process termination, all GPU resources should have been released. Do...

Hi, currently node-openvg-canvas only supports the first 256 unicode characters. Any help on expanding this in an efficient way would be appreciated.

Sorry, I really need to get more time for this project. Is it possible that the DejaVuSans font is now installed on a different path ? It was chosen because...

Had some time to go through this. Seems like a problem with libfreetype that is specific to the Pi 2. I'll get back as soon as I have more news....

Yes, it can be done. OpenVG has an api to copy images from the framebuffer to a "memory" backed image. Patches are welcome!

This module relies on the Raspberry Pi's OpenVG implementation, which, in turn only works with the native hardware accelerated frame buffer. In order to get this library to work with...