fractal stairs pop-up kirigami SVG - generated using Python #43
sta-c0000
started this conversation in
Show and tell
Replies: 2 comments
-
super cool, thanks for posting this (sorry it took me so long to reply). I'll add it to the example menu. Do you have a website / name that you want me to include in the credits? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's fun stuff, I don't need attribution, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I realized from the OrigamiSimulator SVG examples that very little information is required in the files. I generated a compatible SVG using a simple python3.7+ program without requiring any SVG library (no imports). Thus, it could be done in any language...
See the attached generated fractal stairs SVG, which loads (needs to be unziped first) and runs very well in OrigamiSimulator.
The fractal stairs pop-up kirigami is one of the simplest pop-ups to create by hand: fold paper, using scissors do two cuts half way equally spaced from the edge, invert fold (valley to mountain) of inner piece(s), repeat moving inwards.
This is the very simple python3 program used to generate it:
all released as public domain, do what you wish with it...
fractalstairs_svg.zip
Beta Was this translation helpful? Give feedback.
All reactions