Skip to content

Instantly share code, notes, and snippets.

@thetanil
thetanil / circularity.py
Created March 5, 2020 06:43 — forked from a5kin/circularity.py
Procedural generation of circular patterns
#!/usr/bin/python3
__author__ = "Andrey Zamaraev (a5kin)"
import math
import random
import cairo
import numpy as np