openvg icon indicating copy to clipboard operation
openvg copied to clipboard

Tools for exploring OpenVG

Results 23 openvg issues
Sort by recently updated
recently updated
newest added

I draw a circle, use the openvg command. 1. draw a outside Arc. 2. draw a line to the inside Arc end point. 3. draw a inside Arc. 4. draw...

Hi. Im like you lib, but I can't do any animation with it. Can you help me? Please, show an example of C code.

So far, the examples and the library works great. The idea is to be able to re-initialize and finish the full-screen image, but I cannot locate the problem...This is all...

Sorry not a bug but a question... I need a spinning animation, how would I display a loaded image (jpg, or maybe svg?) at a specific rotation? And whats the...

Hey! Will this library be supported on the raspberry PI 4? This thread here seems to suggest that it might not be: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=245380

Dear Sirs, I've tried to launch multiple scripts which show different text over the screen, sometime it happen that the screen goes entirely black for a few seconds, when the...

Hi, is there a way to use Openvg in Python? I'm looking at https://docs.python.org/3/library/ctypes.html is there anyone that has already done this? Thanks, BR

I think it's quite a shame that you can't insert any other images except jpg's. API wise: It should be fairly easy detecting what kind of image we have from...

Hi, im testing the clip.c script inside a for(;;)... ``` // // clip: test rectangular clipping // #include #include #include #include "VG/openvg.h" #include "VG/vgu.h" #include "shapes.h" int main() { int...

Dear Ajstarks, Your shapes libs is looks very useful and I would like to use it to also make demo effects.. I tried for a bit on my PI3, but...