A Python implementation of the Aztec space-filling curve, a fractal curve similar to Hilbert but with different clustering and aspect properties, allowing the creation of bi-dimensional clusters not available for Hilbert nor Peano curves.
Author(s): Diego Ayala (https://github.com/Diego0101)
Just run the aztec_curve.py
You can easily do it right now, open:
- https://jupyter.org/try-jupyter/lab/
- Select a Phyton console
- Paste the contents of aztec_curve.py
- Execute (Shift+Enter)
- You should get a result like this:
Feel free to contact me in case of inquiries, collaboration, or donations :)