diff --git a/README.md b/README.md index 7ebdf70..07e3476 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This project implements a real-time, FFT-driven water simulation system capable Instead of solving full 3D Navier–Stokes equations, the simulation represents the ocean surface as a heightfield derived from a wave energy spectrum in the frequency domain. The surface is updated each frame using Fast Fourier Transforms (FFTs), allowing thousands of interacting waves to evolve seamlessly and in real time. -[![CMake on multiple platforms](https://github.com/WhiteWhale52/OceanSimulator/actions/workflows/cmake-multi-platform.yml/badge.svg?branch=WhiteWhale52-patch-1)](https://github.com/WhiteWhale52/OceanSimulator/actions/workflows/cmake-multi-platform.yml) - +[![Builds on Linux (Ubuntu)](https://github.com/WhiteWhale52/OceanSimulator/actions/workflows/Linux-Build.yml/badge.svg?branch=main)](https://github.com/WhiteWhale52/OceanSimulator/actions/workflows/Linux-Build.yml) +[![Building on Windows with Caching](https://github.com/WhiteWhale52/OceanSimulator/actions/workflows/Windows-Builds-Optimized.yml/badge.svg?branch=main)](https://github.com/WhiteWhale52/OceanSimulator/actions/workflows/Windows-Builds-Optimized.yml) # Motivations ### Why does this project matter to me?