🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Looking for contributors to an open-source game

Started by
12 comments, last by Javapony 3 years, 5 months ago

Edit: fleabay corrected himself.

None

Advertisement

@Javapony Yes, I was going by the FAQ, my bad. ( I previously edited my last post )

I still want to know what is the “source code” for a non-procedural PNG?

🙂🙂🙂🙂🙂<←The tone posse, ready for action.

In my understanding of the definition from the license, the PNG itself would suffice. Having the source code be that same as object code is not uncommon even for programming languages (take Python or Bash scripts). You could include a project file from the editor you used to create the texture, but editing PNGs is pretty convenient as-is. (I personally don't even save project files for the textures I work on.) Perhaps very complicated images could benefit from a project file, but IMHO that's an extra, like including your IDE settings with the source code.

None

This topic is closed to new replies.

Advertisement