-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not portable #2
Comments
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. |
Well all video drivers based on Gallium should be able to use OpenVG. This includes Nouveau, Radeon etc. But I would like to try it on the GCW Zero handheld console (see www.gcw-zero.com), which is Linux-based with a MIPS processor, and uses an open-source Gallium-based video driver (etnaviv). My goal is to allow it to playback HTML5 games. |
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: |
I started a version based on SDL2, to make it support as much platforms as possible (including the Raspberry Pi). |
FWIW, They are really easy to emulate/shim. |
So I added a version based on SDL2: https://github.com/pcercuei/node-openvg |
Any update on this? I'm interested on using node-openvg-canvas (that uses node-openvg as basis) on NodeOS... |
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 alternative.
The text was updated successfully, but these errors were encountered: