Puzzlefy
Puzzlefy copied to clipboard
License?
Hey- I was looking for a cli tool to generate puzzle pieces.. came across a different python tool, but yours looks a lot simpler so I can adapt it into Node or Rust or whatever as a standalone tool for my needs.
Can you please add a license to allow this?
I realize you based it on this article, but I want to make sure I'm not being, er, sketchy: https://www.codeproject.com/Articles/395453/Html5-Jigsaw-Puzzle
That article licenses it under a very permissive "CPOL"
Btw I. That article there's a comment from a PIXI dev noting that there's a bug in the code.. does your implementation fix this? https://www.codeproject.com/Messages/5669066/Its-not-symmetric
Thanks!
Hello dakom,
That's right it was based from that article.
I did not encounter that bug, at least visually everything is fine in my implementation. The jigsaw bezier values are the ones from the original post.
What sort of license would you need? What permissions do you want?
I ended up using a different solution, but for future users - I suppose Apache or MIT? Whatever, your code, up to you :)