Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 633 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 633 Bytes

A webGL implementation of a cyclical cellular automaton.

Demo

preview

Each pixel holds four seperate states, stored in its r,g,b,a values. These states have different ranges within which they cycle. The implementation allows creating rulesets that support both independent and dependent behaviour between the different states. In other words: It's possible to run 4 completely seperate automatons that run simulatenously but allows to arbitrarily create dependencies between them.

Build with

npx webpack