ShivaVG icon indicating copy to clipboard operation
ShivaVG copied to clipboard

OpenGL based ANSI C implementation of the OpenVG standard.

Results 8 ShivaVG issues
Sort by recently updated
recently updated
newest added

I forked from your project for some reasons : https://github.com/tqm-dev/ShivaVG-2 that supports Shader-Based OpenGL and having API extensions for GLSL shader integrated to vector/image rendering. Your project seems that no...

* https://github.com/vpxyz/ShivaVG ![GitHub stars](https://img.shields.io/github/stars/vpxyz/ShivaVG) ![GitHub last commit](https://img.shields.io/github/last-commit/vpxyz/ShivaVG) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/vpxyz/ShivaVG) * https://github.com/tqm-dev/ShaderVG ![GitHub stars](https://img.shields.io/github/stars/tqm-dev/ShaderVG) ![GitHub last commit](https://img.shields.io/github/last-commit/tqm-dev/ShaderVG) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/tqm-dev/ShaderVG) * https://github.com/Ecognize/ShivaVG ![GitHub stars](https://img.shields.io/github/stars/Ecognize/ShivaVG) ![GitHub last commit](https://img.shields.io/github/last-commit/Ecognize/ShivaVG) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Ecognize/ShivaVG)...

how to implement this function?

**Problem:** on recent Arch linux, this isn't compiling as-is. Basically problem finding the symbol definition of `GLintptr` (`error: unknown type name 'GLintptr'`). Googling this found a [similar problem](https://www.libreoffice.org/bugzilla/show_bug.cgi?id=83631) filed on...

Readme says "FULLY implemented", and the function definition is in openvg.h, but not actually implemented. Looks like it should be in src/shPaint.c, but it's not present in any of the...

Hi, I was wondering if you want to make ShivaVG openGL ES compatible in the future? Grtz, Martijn

Hi, I built and installed without problem shivaVG on my Ubuntu 13.04, but I get the following messages when I try running any of the provided examples: /home/flo/svn/shivavg2/trunk/examples/.libs/lt-test_blend: symbol lookup...

An example application understands where a final point is placed but the lines are drawn with wrong linejoin style. Simply take your "testDash" example and replace the points of star...