Git Product home page Git Product logo

wolfram-cells's Introduction

Wolfram Cells

Wolfram random patterns generator, using one-dimensional binary cellular automata

Alt text

How to run on…

Windows

  1. Download and install sbt
  2. Download and extract project's ZIP
  3. Open command prompt, go to extracted project and execute these commands:
setx PATH "%PATH%;C:\Program Files (x86)\sbt\bin"
sbt assembly
java -jar target/scala-2.11/wolfram-cells-assembly-0.9.0.jar 

UNIX

$ wget http://dl.bintray.com/sbt/debian/sbt-0.13.7.deb
$ sudo dpkg -i sbt-0.13.7.deb
$ git clone https://www.github.com/gto76/wolfram-cells.git
$ cd wolfram-cells
$ sbt assembly
$ java -jar target/scala-2.11/wolfram-cells-assembly-0.9.0.jar 

Options

usage: wolfram-cells
 -b, --bitmap                   Outupt image instead of text.
 -c, --background-color <arg>   Background color of output bitmap as single
                                number. Default is black - 0. Warning: for
                                input image 0 is assumed.
 -e, --height <arg>             Matrix height.
 -f, --file <arg>               Output filename.
 -g, --foreground-color <arg>   Foreground color of output bitmap as single
                                number. Default is blue - 255.
 -h, --help                     Print this message.
 -i, --input-matrix <arg>       Specify filename containing matrix on which
                                the  transformations will be executed.
                                Should be in text format or in png. '-' for
                                stdin
 -o, --only-developed           Output matrix only if there is more than
                                one cell per row.
 -p, --pixel-size <arg>         Cell size in pixels.
 -r, --rule-number <arg>        Rule to be used.
 -w, --width <arg>              Matrix width

wolfram-cells's People

Contributors

gto76 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.