figuring out things with ORIPA
I have been playing with an origami pattern design tool called ORIPA, made by Jun Mitani (his blog here). Once I figured out how to get it properly running on my Mac, it was pretty easy to figure out. here’s a handy tip for that. it needs latest java release 1.5.0; the mac still uses 1.4.2 by default, so you have to call the 1.5.0 version specifically to execute the runtime. I did this by stashing the jar file (the packed program file) in my origami directory, and created this shell script: #!/bin/sh /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/java -jar ~/origami/oripa012.jar which I saved as /usr/local/bin/oripa on my machine; although you could just as easily save it to your desktop as a clickable icon. anyhow, that bit of stuff aside, I was having problems getting it to properly fold some of my hexagonal design right- but I had seen other files which were more complex and folded quite well. So I uploaded some simple examples to the upload board for ORIPA, and I saw today that Mitani-san had written some …