Rendering SVG with OpenGL (and OpenGL ES)

前端 未结 6 479
情歌与酒
情歌与酒 2021-01-29 22:37

I am currently investigating the possibility of rendering vector graphics from an SVG file using OpenGL and OpenGL ES. I intend to target Windows and Android. My ideal solution

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-29 23:32

    Check out MonkVG an OpenVG like API implementation on top of OpenGL ES.

    Also, for SVG rendering on top of OpenVG (MonkVG) checkout MonkSVG.

    MonkVG has been built for iOS, OSX, and Android platforms.

    I'm the author of both libraries and would be happy to answer any questions.

提交回复
热议问题