LedMar said:
You can narrow what special is by something as simple as a math formula that he didn't create. The only thing different is the language implemented in. Just for example, 50 people have a distance function, or basic Vector2 class for that matter. What you will write down, will me 99% of what everyone else does. It just seems off to me without adding some type of own creative twist.
Agree to this, and i use Inigo Quilez distance functions from his webpage. Really a good example. I had to change it because i do it on CPU, otherwise i would use it as is. I do not check if he posted any license at all - i just assume he is fine with me using it. I even assume that's what he wants: Teaching other people some stuff, so they join his vision of procedural content and contribute as well. Everybody happy. At least i hope so :D
Next example: Paul Bourkes Marching Cubes code. I don't use this, but i'm sure many people copy paste. I assume the situation is the same here, regarding willingness to share.
But i'm not sure. Because it's an actual algorithm and invention, not just math. Thus i would check license here, or ask for permission, etc.
Contrary to many, i don't see any general creativity or even art in code. And a certain implementation of a known standard algorithm is no intellectual property imo. But it still belongs to the guy who wrote it (or his company) until he decides otherwise. And also the line between above two examples blurs rather quickly, because many of iq's distance functions contain inventions in form of efficient approximations for example, or other serious efforts.