SVG rendering in a PyGame application

前端 未结 9 1146
悲哀的现实
悲哀的现实 2020-12-02 12:34

In a pyGame application, I would like to render resolution-free GUI widgets described in SVG.

What tool and/or library can I use to reach this goal ?

(I like

9条回答
  •  被撕碎了的回忆
    2020-12-02 13:08

    I realise this doesn't exactly answer your question, but there's a library called Squirtle that will render SVG files using either Pyglet or PyOpenGL.

提交回复
热议问题