svg loading library I plan to use..
I plan to enter my first PyWeek this August, and will probably will use an SVG loading library I recently cobbled together after dissecting Squirtle.My version is inferior to Squirtle in every respect. It doesn't handle arcs or beziers or gradient fills or line paths. However, it does produce indexed vertex arrays of GL_TRIANGLES for use in pyglet Batches, rather than display lists. The GLU polygon tessellation code is directly lifted from Squirtle, under the terms of the BSD.
Is there anywhere else I should notify people of its existence in order for it to qualify as useable in next month's PyWeek?
Thanks all.
Tartley
(log in to comment)Comments
What adam said :)