From db9cc5fffe631ea338957f2bf955d4d90ddf08c6 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek <149931382+WhiteWhale52@users.noreply.github.com> Date: Thu, 12 Feb 2026 02:59:25 -0500 Subject: [PATCH] Replace old build badges with new ones Updated build status badges in README.md to reflect current CI workflows. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?