Difference between revisions of "OritatamiSim"

From self-assembly wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
|Download=OritatamiSim-source-posted-8-15-17.zip
 
|Download=OritatamiSim-source-posted-8-15-17.zip
 
}}
 
}}
OritatamiSim is a graphical simulator for designing, editing, and simulating oritatami systems.  It is written in Python, and an executable version for Windows is available, as well as the source code and instructions for running on Windows or other platforms.
+
OritatamiSim is a graphical simulator for designing, editing, and simulating [[Oritatami]] systems.  It is written in Python, and an executable version for Windows is available, as well as the source code and instructions for running on Windows or other platforms.
  
 
Instructions for use are contained within web pages in the docs subdirectory of both zip files.
 
Instructions for use are contained within web pages in the docs subdirectory of both zip files.
Line 11: Line 11:
  
 
Requirements:
 
Requirements:
     This application requires Python 2.x due to its dependency on wxPython
+
     This application requires Python 2.7 or greater, but less than 3.0
  
 
Dependencies:
 
Dependencies:
     wxPython    (download installer for your platform here: https://www.wxpython.org/download.php)
+
     wxPython    (download installer for your platform here: https://wxpython.org/Phoenix/snapshot-builds/)
 
     pil        (via pillow, install using 'pip install pillow', pip can be found in your Python27\Scripts dir)
 
     pil        (via pillow, install using 'pip install pillow', pip can be found in your Python27\Scripts dir)
 +
    svgwrite    (via 'pip install svgwrite')
  
 
Related Software:
 
Related Software:
Line 21: Line 22:
  
  
```Source code for the latest version, with many bug fixes and enhancements, can be found here:'''
+
'''Source code for the latest version, with many bug fixes and enhancements, can be found here:'''
  
 
[OritatamiSim Python source [http://self-assembly.net/software/OritatamiSim-source-posted-8-15-17.zip]]
 
[OritatamiSim Python source [http://self-assembly.net/software/OritatamiSim-source-posted-8-15-17.zip]]

Latest revision as of 22:55, 19 November 2017


Name

OritatamiSim

Description

A Python based simulator for oritatami systems. OritatamiSim is a graphical simulator for designing, editing, and simulating Oritatami systems. It is written in Python, and an executable version for Windows is available, as well as the source code and instructions for running on Windows or other platforms.

Instructions for use are contained within web pages in the docs subdirectory of both zip files.

For running the source version

Requirements:

   This application requires Python 2.7 or greater, but less than 3.0

Dependencies:

   wxPython    (download installer for your platform here: https://wxpython.org/Phoenix/snapshot-builds/)
   pil         (via pillow, install using 'pip install pillow', pip can be found in your Python27\Scripts dir)
   svgwrite    (via 'pip install svgwrite')

Related Software:

   OritatamiShapeMaker


Source code for the latest version, with many bug fixes and enhancements, can be found here:

[OritatamiSim Python source [1]]


The source code as well as an executable package for Windows, for an older and buggier version can be found here:

[OritatamiSim Python source [2]]

[OritatamiSim Windows executable [3]]