CirclePack
An application for packing circles into a circle.
It uses two different solutions:
- placing of circles closest to the center from the largest to smallest, see brianshaler on github https://github.com/brianshaler/Circle-Packing-in-Processing
- simulation "real" world with use of a Java Physics Engine JBox2D, see http://www.jbox2d.org