Radial Packing Algorithm #45
wytchblade
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Try reading through here: https://floss.social/@CleoMenezesJr/115606214788777474 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you, @wytchblade! The algorithm is actually a custom Permutation-based Optimal Bin Packing implementation. Here's how it works under the hood:
It's not a standard "Radial Packing" (which typically spirals out), but rather a "Best-Fit Centered Grid" that brute-forces the math to find the most aesthetically pleasing arrangement for your specific window sizes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @CleoMenezesJr ! Thanks for your efforts on this plugin! I wanted to ask if you could provide some more information on the radial packing algorithm and if there is a particular name for the algorithm?
Beta Was this translation helpful? Give feedback.
All reactions