An interactive app visualising the Kuramoto model for phase coupled oscillators written in Go using the Fyne GUI library. Based on the Ride my Kuramotocycle! explorable by Dirk Brockmann and Steven Strogatz.
Install Go and Fyne dependencies:
sudo apt install golang gcc libgl1-mesa-dev xorg-dev
Install Go packages:
go mod download
Run application:
go run .