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
- Host: GitHub
- URL: https://github.com/Ijeamakaanyene/circle_packing
- Owner: Ijeamakaanyene
- License: cc0-1.0
- Created: 2022-01-06T06:38:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T08:15:47.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:11:57.323Z (8 months ago)
- Language: R
- Homepage:
- Size: 225 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Ijeamakaanyene/circle_packing - A function to implement circle packing (R)
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.