Difference between revisions of "OritatamiSim"

From self-assembly wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|Name=OritatamiSim
 
|Name=OritatamiSim
 
|Description=A Python based simulator for oritatami systems.
 
|Description=A Python based simulator for oritatami systems.
|Download=OritatamiSim-source.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.
  
[OritatamiSim Python source [htt://self-assembly.net/software/OritatamiSim-source.zip]]
+
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 [http://self-assembly.net/software/OritatamiSim-source-posted-8-15-17.zip]]
 +
 
 +
 
 +
The source code as well as an executable package for Windows, for an older and buggier version can be found here:
 +
 
 +
[OritatamiSim Python source [http://self-assembly.net/software/OritatamiSim-source.zip]]
  
 
[OritatamiSim Windows executable [http://self-assembly.net/software/OritatamiSim-Windows-exe.zip]]
 
[OritatamiSim Windows executable [http://self-assembly.net/software/OritatamiSim-Windows-exe.zip]]

Latest revision as of 21: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]]