Search code examples
openglvectorizationvector-graphics

Transfer custom shape to openGL


I have problem with idea, how to add custom shape in to OPENGL.

I have image with custom shape like this: http://www.coloringpagebook.com/chicken-simple-shapes-coloring-pages/

I want to create vector image from this image and then put this vector image in to openGL to create shape.

What tools should I use to get info of the curves that then I can use in open GL?


Solution

  • potrace is a Free vectorization program.