Skip to content

Instantly share code, notes, and snippets.

@sunayana
sunayana / .gitignore
Last active June 22, 2023 01:37 — forked from marmakoide/LICENSE.md
Compute and display a Laguerre-Voronoi diagram (aka power diagram), only relying on a 3d convex hull routine. The Voronoi cells are guaranted to be consistently oriented.
# Ignore everything
*
# But not these files ...
!.gitignore
!*.py
!*.md
!Pipfile
!Pipfile.lock
!setup.cfg