Submitting code??
So, I've taken the LPC terrain sprites and eventually came up with a way to program the images to mesh together nicely from a procedurally made tile grid (it's in C#, but I imagine it could be translated easily). It took me a little while to get it, so I thought other people might like to see how so they don't struggle the same way... except it's not exactly game art. And I don't recall ever seeing code solutions on here.
Any votes on how that should be handled? Or where to put it so the right people actually see it?
you can post it in the programming forum: http://opengameart.org/forums/programming-0 or submit it as a document. screenshots of it in action will probably be very helpful in drawing the eyes of the 'right people' regardless of which place you post.
Also: creating a code section would go against the grain of OGA quite a bit and could have a negative impact on search. See also this similar discussion.
--Medicine Storm
I would support to introduce a code section
i have posted my code here befor
http://opengameart.org/content/bitmap-font-maker
but a code or program section would be nice
Sorry for bumping this thread, but I just remembered a
coupletrio of relevant points:Code can be the artwork. A dedicated section here would make a lot of sense.
Put the code on GitHub and include a link to it on the thread of your project/the art being used.
Stay a while and listen.
They can already be uploaded (as in PreciousRoy's example).
I'm not sure that having a separate section for code would anything - if the code is generating a particular type of art, then I'd say it's better to put it in the section for that kind of art (2D, 3D, whatever). Lumping them all in a code section takes away that categorisation. If someone is looking for code specifically, that can be handled with the tag "code".
If we're talking about more general code/tools, then I'd agree with the Github suggestion - more generally, there are lots of places that are dedicated to hosting code, and do it much better. For example, it's not even possible to browse the code online for code uploaded to OGA. Also the available set of licences isn't very well suited to code. So I'd be wary of doing more to encourage OGA as a code hosting site without those improvements.
I'd forgotten about the licensing angle. Good point. Very well, GitHub it is then.