Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based on mathematical equations, to represent images in computer graphics.
Is there a way to load a vector graphics file and then render it using OpenGL? This is a vague …
opengl vector-graphicsI'm trying to use pdf content (mathematics) in my webpage. I basically want to convert the pdf to some vector …
pdf vector-graphics pdf-to-htmlI need to draw concentric arcs of various sizes using raphael.js. I tried to understand the code behind http://…
raphael vector-graphics bezier geometric-arcI have EaselJS Shapes on the canvas and then I start drawing Graphics each tick. At the moment the graphics …
animation canvas vector-graphics easeljs createjsI'm looking for a plugin for inkscape (or any vector based editor for that matter) to see a window with …
svg vector-graphics inkscapeIs there any easy (scriptable) way to convert a PDF with vector images into a PDF with raster images? In …
pdf vector-graphics file-conversion image-conversion rasterizingOne of the advantages of Flash/Flex is that you can use vector graphics (SVG), which is nice. I did …
javascript html vector-graphicsSo I'm back with another ray tracing question. My code renders spheres all fine and dandy, but cubes aren't really …
c++ vector-graphics raytracing cubesI am developing an application using WPF. The app runs full screen, and I need it to resize nicely no …
c# wpf vector-graphics performanceI am creating a painting application in Actionscript (although my question is not Actionscript related). The basic idea is to …
vector paint computational-geometry bezier vector-graphics