This repo contains the source code for neuralpatterns.io, which is a web toy for generating simple neural cellular automata in the browser. It uses webgl to run the core simulation, which is a 3x3 convolution followed by an activation function applied to each pixel. The code is open source under the mit license.
Clone this repo and run this command
npm install
This is a standard vue project, and the following npm scripts run the standard vue controls:
npm run serve
npm run build