Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diego0101/aztec_curve
A Python implementation of the Aztec space-filling curve
https://github.com/diego0101/aztec_curve
fractal-algorithms fractal-images hilbert-curve peano-curve space-filling-curves zigzag-scanning
Last synced: about 2 months ago
JSON representation
A Python implementation of the Aztec space-filling curve
- Host: GitHub
- URL: https://github.com/diego0101/aztec_curve
- Owner: Diego0101
- License: mit
- Created: 2024-07-12T22:47:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:09:03.000Z (5 months ago)
- Last Synced: 2024-08-02T00:46:15.428Z (5 months ago)
- Topics: fractal-algorithms, fractal-images, hilbert-curve, peano-curve, space-filling-curves, zigzag-scanning
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aztec Curve
## Description
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)*
*Paper: https://www.researchgate.net/publication/362386088_Aztec_curve_proposal_for_a_new_space-filling_curve*
## Execution
Just run the aztec_curve.pyYou 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:
![https://raw.githubusercontent.com/Diego0101/noaa_wallpaper/main/screen.jpg](https://raw.githubusercontent.com/Diego0101/aztec_curve/main/pythonplot.png)Feel free to contact me in case of inquiries, collaboration, or donations :)
# Copyright (c) 2024 [Diego Ayala](https://diego0101.github.io/)
#### The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.