rileyjshaw / ca-finder

:bug: A cellular automaton simulator running as a shader on your GPU

Home Page:https://rileyjshaw.com/ca-finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CA Finder: GPU Edition

This is a cellular automaton simulator running as a shader on your GPU. The controls require a keyboard. You can read more about the project and try it out online.

This is a quick project I threw together to generate crude tiling patterns. It's not precious, so please add pull requests if you have ideas! I’ll merge changes quickly as long as the app remains reasonably performant.

Example program output

Running locally

To run this project locally, you'll need to have Git and Node.js installed. Then, run the following commands:

git clone git@github.com:rileyjshaw/ca-finder.git
cd ca-finder
npm install
npm run dev

License

GNU General Public License v3.0

About

:bug: A cellular automaton simulator running as a shader on your GPU

https://rileyjshaw.com/ca-finder

License:GNU General Public License v3.0


Languages

Language:JavaScript 91.6%Language:HTML 5.4%Language:CSS 2.6%Language:GLSL 0.4%