Tagged Questions
The openvg tag has no wiki summary.
21
votes
1answer
2k views
Hardware-accelerated OpenVG implementation on Desktop based on OpenGL ES
I'm currently trying to get OpenVG up and running on my desktop. The problem comes here: I am / will be developing an application for a Windows CE device (with .NET compact framework), which has ...
5
votes
5answers
6k views
Best OpenVG implementation?
Does anyone have any experience or knowledge of the OpenVG implementations that exist and which one(s) are the best? What I'm looking for is a highly stable, fast rendering implementations that is ...
2
votes
1answer
229 views
What are the relations between EGL and OpenGL?
I'm writing an implementation for OpenVG and OpenGL|ES in Go, both of which depend on the Khronos EGL API, supposedly to ease portability I guess.
I'm writing an implementation of OpenVG on top of ...
2
votes
1answer
321 views
CoreGraphics Alternative?
I'm looking for a 2D rendering library as an alternative to CoreGraphics on iPhone. Everything in my app is pretty dynamic, which makes splitting things up into layers and animations rather hard.
I'm ...
2
votes
2answers
1k views
Easiest way to run a simple GLES/EGL/OpenVG app on a PC?
I thought this should be easy, but... geesh! A vendor gave me a fairly simple demo program meant to showcase some trivial icon animations. The target platform is an embedded system (MX51) with ...
0
votes
1answer
73 views
OpenVG on wince: nothing painted on screen (example application Star.exe)
Has anyone got the openvg example (star.exe) running on a wince target successfully? I’ve tried it but failed – nothing was painted on screen except for an empty window. Below is what I’ve done for ...
0
votes
1answer
129 views
Efficient Image Scaling algorithms / mehods / API for Blackberry
How can I scale image Bitmap / EncodedImage more efficiently with OpenVG / OpenGL on Blackberry (if hardware acceleration supported). Can I use something like VGField / GLField to achieve this?
I ...
0
votes
1answer
216 views
Rotated text with OpenVG
I've noticed that the OpenVG transformation matrix is ignored by the text rendering routine at all and I cannot control the text position with it manually with VG_GLYPH_ORIGIN parameter.
I'm ...
0
votes
1answer
101 views
Does Intel Atom support OpenVG?
Some time ago, I read some rumors on hardware implementation of OpenVG in Intel Atoms of a "new ganeration". Now I cannot find any evidence. So, is there at least some plans to support OpenVG at all?
0
votes
1answer
294 views
Is OpenVG supported by video card vendors?
Is OpenVG supported by nVidia, AMD and Intel in their drivers? Will it be supported in future? I'm really interested in some sort of HW-accelerated text and SVG rendering.
Regards,