https://github.com/jerboaburrow/kuramoto-lamp
A "Kuramoto-lamp" using OpenGL GPGPU
https://github.com/jerboaburrow/kuramoto-lamp
cpp gpgpu kuramoto-model opengl
Last synced: 2 months ago
JSON representation
A "Kuramoto-lamp" using OpenGL GPGPU
- Host: GitHub
- URL: https://github.com/jerboaburrow/kuramoto-lamp
- Owner: JerboaBurrow
- License: mit
- Created: 2024-10-27T09:30:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T09:23:21.000Z (over 1 year ago)
- Last Synced: 2025-04-05T11:14:31.230Z (over 1 year ago)
- Topics: cpp, gpgpu, kuramoto-model, opengl
- Language: C++
- Homepage:
- Size: 12.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Uses the old fashioned way of doing GPGPU with OpenGL (no compute shaders) to compute the [Kuramoto model](https://en.wikipedia.org/wiki/Kuramoto_model) over ever changeing random parameters.
Read a bit about it [here](https://jerboa.app/blog/gpgpuAndKuramoto.html)
Check it out [in action here](https://youtu.be/tKi5Sf82aZY)

