Web application to explore and visualize cellular automata
Go to file
Ali Gator 263e8ba535 Merge pull request 'feat (canvas): OffscreenCanvas fallback' (#12) from dev into master
Reviewed-on: #12
2023-06-05 09:33:18 +02:00
src feat (canvas): OffscreenCanvas fallback 2023-06-05 09:29:46 +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 unit test dependancies 2022-12-23 12:27:58 +01:00
package.json unit test dependancies 2022-12-23 12:27:58 +01: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