Rendering Vector Graphics in OpenGL? [duplicate]
This question already has an answer here: Displaying SVG in OpenGL without intermediate raster 5 answers Is there a way to load a vector graphics file and then render it using OpenGL? This is a vague question as I don't know much about file formats for vector graphics. I know of SVG, though. Turning it to raster isn't really helpful as I want to do real time zooming in on the objects. Let me expand on Greg's answer. It's true that Qt has a SVG renderer class, QSvgRenderer. Also, any drawing that you do in Qt can be done on any "QPaintDevice", where we're interested in the following "paint