Skip to content

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.

nullx002/oripa

 
 

Repository files navigation

ORIPA: Origami Pattern Editor

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 was made open source in 2012, and was pushed to Github in 2013.

To find out more about using the software, visit the ORIPA project's website.

This version of ORIPA fixes some bugs and provides functionality of saving as image.

Executable file and release notes: https://sourceforge.net/projects/oripas/files/

Functionalities


  • Various methods to input lines inherited from ORIPA.
  • You can save your crease pattern as a JPG or PNG image file.
  • Cut by Ctrl+x or copy by Ctrl+c, paste by clicking left mouse button. On pasting mode, you can select the origin vertex by pressing Ctrl key.
  • Undo by pressing Ctrl + z or clicking right mouse button.
  • You can select multi-lines by Dragging.
  • On delete-line mode, you can delete multi-lines by Dragging.

Next challenge(s)


  • Dividing lines by an input circle.
  • Enlarging selected lines.
  • Importing other crease pattern.
  • Drawing copyright on saved picture.
  • Screenshot of folded model.

The original read-me text by MITANI Jun:

ORIPA v0.35 (2012/06/17) by Jun Mitani (jmitani@gmail.com)

Distribution version

Contents:

  • source code folder (file encoding: UTF-8);
  • ORIPA jar file;
  • ORIPA User Manual;

Source code is written in Java for JRE1.7. Java3D is required.

Copyright (C) 2005-2009 Jun Mitani http://mitani.cs.tsukuba.ac.jp/

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Acknowledgments

I appreciate the help received from Hugo Alves Akitaya for releasing the source codes.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%