PyMaterial
PyMaterial copied to clipboard
Discussion Thread
Hi, first off, great stuff. I wrote a similar(ish) library here, but that was an experiment of mine when I was just starting programming (so lower code quality, etc). I do have a question, which is, why did you choose the GPL? Normally, something that is to be a library (eg PySide) is not licensed under the GPL because then anything using it has to be GPL. Would you consider using the LGPL? Or even the MIT license? I would appreciate it. :)
@IronManMark20 We didn't give much thought to the license but as you suggest, MIT would definitely be a better fit. I've changed it.
Thanks. :)
cool project. I wanna dive in.