An open API service indexing awesome lists of open source software.

https://github.com/joshbrew/conwaystravellingwaves

Cortical Travelling Waves overlaid with Conway's Game of Life or Belousov–Zhabotinsky Automata to perturb the phase space. With WebGL!
https://github.com/joshbrew/conwaystravellingwaves

Last synced: 4 months ago
JSON representation

Cortical Travelling Waves overlaid with Conway's Game of Life or Belousov–Zhabotinsky Automata to perturb the phase space. With WebGL!

Awesome Lists containing this project

README

          

# Conway's Travelling Waves
Cortical Travelling Waves overlaid with Conway's Game of Life or Belousov–Zhabotinsky Automata to perturb the phase space. Based on cortical travelling waves which are harmonic oscillators that sync up to each other based on a nearest neighbor search (defined by a "Mexican Hat" radius)

With WebGL! It's just a single HTML file right now with zero dependencies. See the codepen or just open the file to run it.

[Codepen (Try it!)](https://codepen.io/mootytootyfrooty/pen/LEVZeMw)

![image](https://github.com/user-attachments/assets/d83888ee-01d0-4b6d-b34e-34f0e9f4b252)
![image](https://github.com/user-attachments/assets/f0948133-bd45-4efd-af5c-0e3d73bfe91f)
![image](https://github.com/user-attachments/assets/dea735c1-c909-4f17-9504-5aba5dff3093)
![image](https://github.com/user-attachments/assets/fc0025e2-383d-4ba1-8bb7-03d4297c09fa)
![image](https://github.com/user-attachments/assets/4912f7d4-570e-48f7-bd6f-72f9658878ba)

Youtube videos:


Watch the video


Watch the video

Inspired by https://www.youtube.com/watch?v=GMQuMLOMZFg

And also Acerola's BZ shader from his cellular automata video.