Smoothed Particle Hydrodynamics in C
About
My attempt at implementing SPH in C by following this paper.
For now it is pretty much a work in progress.
Quickstart
mkdir -p build
cd build
cmake ..
cd ..
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ./build/ # for lsp
cmake --build ./build
./build/main