Contributing Patches?
Posted: Wed Sep 10, 2008 11:13 pm
Is there any way for other developers to contribute love's codebase? Or any publicly-accessible version-control repository? I'd like to contribute patches, but I've no idea where to send them -- or even that what I'm doing hasn't already been done.
For example, it'd be nice to be able to specify colors in the web format ("#a380f0"). newColor doesn't do that right now -- but it's easy enough to add.
Also, I'm thinking about making a side-scrolling platformer, and I'd rather use the GL transformation matrix than do it all myself -- but love doesn't yet have an interface to it. Also easy for me to add, but it's useful for lots of other people too. (Also parallax background layers, which are really easy to do with the projection matrix, and annoying otherwise.)
For example, it'd be nice to be able to specify colors in the web format ("#a380f0"). newColor doesn't do that right now -- but it's easy enough to add.
Also, I'm thinking about making a side-scrolling platformer, and I'd rather use the GL transformation matrix than do it all myself -- but love doesn't yet have an interface to it. Also easy for me to add, but it's useful for lots of other people too. (Also parallax background layers, which are really easy to do with the projection matrix, and annoying otherwise.)