Skip to content
/ casim Public

Cellular Automaton Simulator - a library for creating cellular automata and complex automata in Rust.

License

Notifications You must be signed in to change notification settings

micutio/casim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

casim

Library for creating 2D cellular automata and complex automata in Rust

What is a Cellular Automaton?

A cellular automaton (short: CA) is a grid of cells where each cell changes it's state depending on those of its neighbors.

What is a Complex Automaton?

A complex automaton combines a cellular automaton with an agent-based simulation that operates on the cellular automaton grid.

Goal

The goal of this library is to offer a comprehensive tool chain for simulations based on both of these models.

Core Features

Milestones

  • rectangular grid
  • hexagonal grid
  • triangular grid
  • simple

About

Cellular Automaton Simulator - a library for creating cellular automata and complex automata in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages