Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

automata-gen

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automata-gen

Generate Cellular Automata based on customized rules

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

automata-gen

Content

automata-gen provides an easy framework (Automata Class) to generate Cellular Automata, including timing, size of the universe, maximum iterations, and more.

Features include difference between state and display, hooks to different parts of the running lifecycle, and simple design that requires no dependencies!

Motivation

Personally, Cellular Automata are a fascinating subject!

Although there are a lot of academic papers which discuss the various applications of this simple concept, there was no simple way to generalize and visualize creating cellular automata.

It should be noted that the generator is not able to generate every type of cellular automata, particularly cellular automata that involve "direction" of a cell (see Langton's Ant and the like).

Installation

To use this package using npm:

npm install automata-gen

or using yarn:

yarn add automata-gen

Examples

Demo of examples built in a React app can be found here.

The source code of the Examples:

Documentation

Further Documentation can be found here.

Personal Note

automata-gen is the first package I have felt confident enough to publish!

I have been learning how to code in my free time for several months now in addition to my computer science degree.

After using so much open source software, this would be my first contribution back to the computer science community.

Thank you,

syall

P.S. For those programmers that are coding Conway's Game of Life, you can make much more complex automata then that with this package for very little additional technical complexity.

Keywords

FAQs

Package last updated on 17 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc