iota-xSK / nodular-2

Musical graph cellular automata esolang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodular-2

Musical graph cellular automata esolang

Running

install cargo and then cargo run --release

Controlls

  • A for adding nodes
  • S for changing their type
  • ctrl + 1 or 2 for choosing the type
  • scroll for up/down movement
  • ctrl + scroll for left/right movement
  • shift+scroll for zoom
  • space for play and pause

Rules

a node turns on if it has 1 or 2 turned on neighbours next to it, else it turns off

About

Musical graph cellular automata esolang

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%