GPU Particle Physics Engine
C++A real-time particle engine built in C++17 to simulate over 100K SPH particles at 60 FPS. Features a highly optimized CPU reference using Verlet integration and spatial-hashing to reduce collision complexity from O(n²) to O(n). Packaged with a clean CMake build and an SFML viewer for interactive fluid dynamics.