https://github.com/landakram/polygons
Polygons generated using Delaunay triangulations and iteratively removing edges.
https://github.com/landakram/polygons
Last synced: about 1 month ago
JSON representation
Polygons generated using Delaunay triangulations and iteratively removing edges.
- Host: GitHub
- URL: https://github.com/landakram/polygons
- Owner: landakram
- License: epl-1.0
- Created: 2020-02-20T08:18:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T22:21:08.000Z (about 4 years ago)
- Last Synced: 2025-01-19T06:29:31.424Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 24.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polygons
Polygons generated using Delaunay triangulations and iteratively removing edges.
## Usage
Emacs - run cider, open `core.clj` and press `C-c C-k` to evaluate the file.
REPL - run `(require 'clj-polygons.core)`.
## License
Copyright © 2020 Mark Hudnall
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.