This repository contains elements to create Gosper curves, that are recursive space filling curves.
Here are some command line examples that can be used to create the images presented below
python gosper.py --help
python gosper.py 6
python gosper.py 6 -o gosper_6.svg
python gosper.py 6 -o gosper_6.gif