jasonwebb / cellular-automata-explorer

(WIP) An interactive web app for exploring cellular automata.
https://jasonwebb.github.io/cellular-automata-explorer
Other
18 stars 2 forks source link
cellular-automata cellular-automaton game-of-life glsl javascript morphogenesis shaders threejs webgl

What is cellular automata?

TODO

How does this project work?

TODO

Technical notes

Setting up and running locally.

  1. Run npm install to get all packages.
  2. Run npm run serve to start up the Webpack server and launch the app ina live-reloading browser window.

Technologies used