├── LICENSE ├── README.md ├── docs └── images │ ├── Epi_Hypocycloid_equations.png │ ├── Epi_Hypocycloid_equations.svg │ ├── Epi_Hypotrochoid_equations.png │ ├── Epi_Hypotrochoid_equations.svg │ ├── Examples.png │ ├── Examples.svg │ ├── Tab_data.png │ ├── animated.gif │ ├── detailLevel.png │ └── detailLevel.svg └── latest ├── spirograph.inx └── spirograph.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/README.md -------------------------------------------------------------------------------- /docs/images/Epi_Hypocycloid_equations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Epi_Hypocycloid_equations.png -------------------------------------------------------------------------------- /docs/images/Epi_Hypocycloid_equations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Epi_Hypocycloid_equations.svg -------------------------------------------------------------------------------- /docs/images/Epi_Hypotrochoid_equations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Epi_Hypotrochoid_equations.png -------------------------------------------------------------------------------- /docs/images/Epi_Hypotrochoid_equations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Epi_Hypotrochoid_equations.svg -------------------------------------------------------------------------------- /docs/images/Examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Examples.png -------------------------------------------------------------------------------- /docs/images/Examples.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Examples.svg -------------------------------------------------------------------------------- /docs/images/Tab_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/Tab_data.png -------------------------------------------------------------------------------- /docs/images/animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/animated.gif -------------------------------------------------------------------------------- /docs/images/detailLevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/detailLevel.png -------------------------------------------------------------------------------- /docs/images/detailLevel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/docs/images/detailLevel.svg -------------------------------------------------------------------------------- /latest/spirograph.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/latest/spirograph.inx -------------------------------------------------------------------------------- /latest/spirograph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeSpirograph/HEAD/latest/spirograph.py --------------------------------------------------------------------------------