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)
What adam said :)
Comments
adam on 2009/07/28 15:14:
Mentioning it here is fine as far as notifying people of its existence is concerned. There's an additional requirement, though, that any library you plan to use be documented at least to the point where someone else can figure out how to use it without looking at your code (otherwise, you're leaving other users of the library at a disadvantage compared to yourself, which defeats the point of the library rule in the first place). The README.TXT file in Squirtle (since you obviously have that to hand) is probably a good example of what is required.