An open API service indexing awesome lists of open source software.

https://github.com/Ijeamakaanyene/circle_packing

A function to implement circle packing
https://github.com/Ijeamakaanyene/circle_packing

Last synced: 4 months ago
JSON representation

A function to implement circle packing

Awesome Lists containing this project

README

        

# circle_packing

This implementation roughly follows the implementation written up by Tyler Hobbs in his essay, ["A RANDOMIZED APPROACH TO CIRCLE PACKING"](https://tylerxhobbs.com/essays/2016/a-randomized-approach-to-cicle-packing).

See pack_circles_demo file for example of how to use this function.