Web application to explore and visualize cellular automata
Go to file
Ali Gator b195b89fa9 fix: format, lint, props warning 2024-04-27 16:04:59 +02:00
src fix: format, lint, props warning 2024-04-27 16:04:59 +02:00
tests test file for core 2022-12-27 11:24:46 +01:00
.eslintrc.js drawing logic back into component 2022-12-01 20:37:03 +01:00
.gitignore working vue components for 1D automata 2022-01-10 11:13:44 +01:00
.pre-commit-config.yaml linting and formating 2022-12-02 17:11:34 +01:00
.prettierrc.json prettier : indent SFC blocks 2022-12-02 15:54:39 +01:00
Dockerfile style inputs, dockerfile 2022-01-15 21:20:34 +01:00
README.md wip optimizing render 2022-12-19 16:00:38 +01:00
babel.config.js linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
docker-compose.yml linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
example.png updated example picture 2022-12-04 16:56:47 +01:00
favicon.ico updated dependencies for vue 3 and vite 2022-11-29 17:23:37 +01:00
index.html linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
package-lock.json feat: bump dependencies version 2024-04-27 13:09:23 +02:00
package.json feat: bump dependencies version 2024-04-27 13:09:23 +02:00
vite.config.js unit test dependancies 2022-12-23 12:27:58 +01:00

README.md

explorata

Explore 1D and 2D cellular automata, with a few bells and whistles.

rules73

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Format files

npm run format

Customize configuration

See Configuration Reference.

References