From 506adae7cf5c5399940719dc1c042f27b50cda13 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek <149931382+WhiteWhale52@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:31:50 -0500 Subject: [PATCH] Add CMake build status badge to README Added a badge for CMake multi-platform build status. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cf86b4..7ebdf70 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 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) # Motivations