archimedean-spiral-layout
Version:
An algorithm that can be used to place items collision-free within a bounding box that contains obstacles.
21 lines (20 loc) • 522 B
JSON
{
"name": "archimedean-spiral-layout",
"version": "0.0.1",
"keywords": [
"layout",
"algorithm",
"spacing",
"space",
"spiral",
"position",
"obstacle",
"around"
],
"description": "An algorithm that can be used to place items collision-free within a bounding box that contains obstacles.",
"main": "index.js",
"repository": "https://github.com/cawfree/archimedean-spiral-layout",
"author": "Alex Thomas (@cawfree) <hello@cawfree.com>",
"license": "MIT",
"private": false
}