Loading...
Logo
Processing Forum

Circle Packing

in General Discussion  •  Other  •  10 months ago  
Hi!

I'm a designer and I'm relatively new to processing- so I'm working on an infographic and basically I want to divide my canvas into 10 equally big circles.

Each circle of these is then divided into 10 different circles, which size is based on a percentage that I will be importing.

Help?

Replies(6)

Re: Circle Packing

10 months ago
For circle packing, see: https://forum.processing.org/topic/help-random-distribution-of-non-overlapping-circles

What you describe sounds a bit more deterministic based on input values and some math.

Re: Circle Packing

10 months ago
Is there any way to make it static rather than animated/interactive?

Re: Circle Packing

10 months ago
a radial treemap?


Re: Circle Packing

10 months ago
Yes, exactly!

Re: Circle Packing

10 months ago
The only project with open source I found so far is here.
Too bad it's not licensed under MIT or another open license...

Re: Circle Packing

10 months ago
Thanks a lot! really appreciate your help.