2012 Jun Mitani, Univ. of Tsukuba
[2012/6/17] Source code of ORIPA was released as an Open Source.
[2011/9/6] All contents about ORIPA was moved to this page.
ORIPA is a drawing software dedicated to designing the crease patterns of origami. The unique feature of ORIPA is calculation of the folded shape from the pattern.
The first version of ORIPA was released in 2005.
ORIPA は折紙の展開図を描くための専用ドローソフトです。平坦に折りたたむことができる展開図に対しては、それを折りたたんだ後の完成形を推測し、表示します。
2005年から一般公開しています。
There is no installer. Download a zip file through the following link. Then unzip the file.
ORIPA starts by double-clicking
oripa035.jar file.
インストーラはありません。下のリンクからzipファイルをダウンロード後、任意のフォルダで解凍してください。解凍後に含まれる
oripa035.jar ファイルをダブルクリックするだけで起動します。
ORIPA Ver.0.35 oripa035.zip
ORIPA has a lot of features. The guid message is shown in the status bar (bottom of the window). Please see the message to see how to use ORIPA.
ORIPA にはたくさんの機能が備わっています。説明用のメッセージがステイタスバー(ウィンドウの最下部)に表示されるので、こちらを参考にしてください。
ORIPA can import original .cp file. The file is written in ASCII with very simple rule.
Each line contains information of a single line in the following format.
ORIPA は独自の.cp形式のファイルを読み込めます。ファイルは簡単なルールのASII形式です。
次のように、1行ごとに、1つの線分を定義します。
(linetype: 1.Contour, 2.Mountain, 3.Valley) (start x) (start y) (end x) (end y)
example:
1 -200.0 -200.0 -200.0 200.0
1 -200.0 -200.0 -200.0 200.0
1 -200.0 200.0 200.0 200.0
1 200.0 200.0 200.0 -200.0
1 200.0 -200.0 -200.0 -200.0
2 -200.0 -200.0 200.0 200.0
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License.
[[ All files
(ORIPA_v035_with_source.zip) ]]
(I appreciate the help received from Hugo Alves Akitaya for releasing the source codes.)
The code is being updated on a GitHub repository.
https://github.com/oripa/oripa
I appreciate all contributors.