AndyLi23 / SplineEditor

bezier curves and splines with pygame
1 stars 0 forks source link

License, for reuse #1

Open nrichards opened 1 year ago

nrichards commented 1 year ago

Is this library distributed with a particular license, from a code reuse perspective?

I am exploring pygame curve drawing raster options and currently this library is unadorned, which to me means it is copyright and I think that means it's not suitable for my project, which follows The Unlicense.

AndyLi23 commented 1 year ago

Hi!

This is free to use, it was just such a small project that I did not bother attaching a license. Also, the rasterization algorithm is very commonly used (https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm) while Bézier curves have been extensively implemented elsewhere if you are worried about licensing.