From: Antonio Ospite Date: Thu, 28 Jun 2018 14:58:00 +0000 (+0200) Subject: README.md: mention also the tetraflexagon example X-Git-Url: https://git.ao2.it/flexagon-toolkit.git/commitdiff_plain/HEAD?hp=163b6b4bc02c024370d8270392fec95ba8fd73d2 README.md: mention also the tetraflexagon example --- diff --git a/README.md b/README.md index e86f5dc..be53918 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,30 @@ $ make install_gimp_plugin Then launch Gimp and go to `Filters -> Render -> Hexaflexagon`. -## Live SVG hexaflexagon editing in Inkscape +## Live SVG flexagon editing in Inkscape -Create a new base file with the following command: +### Hexaflexagon + +Create a new hexaflexagon base file with the following command: ``` $ ./src/svg_hexaflexagon_editor.py ``` Open the generated file `inkscape-hexaflexagon-editor.svg` in Inkscape and add -the hexagon content to the layers named *Hexagon 1*, *Hexagon 2*, *Hexagon3*. +the hexagon content to the layers named *Hexagon 1*, *Hexagon 2*, *Hexagon 3*. See the hexaflexagon being composed automatically and interactively. + +### Tetraflexagon + +Create a new tetraflexagon base file with the following command: + +``` +$ ./src/svg_tetraflexagon_editor.py +``` + +Open the generated file `inkscape-tetraflexagon-editor.svg` in Inkscape and add +the squares content to the layers named *Square 1*, *Square 2*, *Square 3*. + +See the tetraflexagon being composed automatically and interactively.