ORIPA: Origami Pattern Editor
折紙展開図エディタ

2012 Jun Mitani, Univ. of Tsukuba


The latest version is Ver.0.35.

Updates (更新情報)

[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.

Introduction (はじめに)

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年から一般公開しています。

Requirements (動作環境)

Java: Java7 or higher with Java3D
(ORIPA runs on any OS which supports Java.)

Install and Start Up (インストールと起動)

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

Usage (使用方法)

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 にはたくさんの機能が備わっています。説明用のメッセージがステイタスバー(ウィンドウの最下部)に表示されるので、こちらを参考にしてください。

(上記の動画では日本語メニューが表示されていますが、最新版では英語表記となっています)

Sample data (サンプルデータ)


[[ Zipped all files (sample.zip) ]]

File format of the .cp file (.cp 形式のファイルフォーマット)

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

Source code (ソースコード)

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.

Contact (問い合わせ)

Jun Mitani, University of Tsukuba, Department of Computer Science
三谷 純, 筑波大学システム情報工学研究科コンピュータサイエンス専攻
mitani [at] cs.tsukuba.ac.jp



(c) Jun Mitani