laserson / squarify

Pure Python implementation of the squarify treemap layout algorithm
Other
293 stars 36 forks source link

Porting squarify algorithm to Java / Processing #17

Closed agatheblues closed 5 years ago

agatheblues commented 5 years ago

Hello! I translated your algorithm in Java, so that it can be used as a Processing library. Source is over there https://github.com/agatheblues/squarify and library documentation is over there https://agatheblues.github.io/squarify/.

I mention you in the docs as original author, but before I propose this as a new library for Processing, I want to know if you agree with the idea, and if you want to be mentionned elsewhere?

Thanks! Agathe

laserson commented 5 years ago

Sounds great, @agatheblues! I'm happy to be acknowledged, but I would also acknowledge the original paper that I based my implementation on (linked from the README as well):

https://link.springer.com/chapter/10.1007%2F978-3-7091-6783-0_4