fflused
fflused is a free and open‑source physics engine designed for interactive fluid dynamics simulation in real‑time applications. Developed by the Visual Computing Laboratory at University of X, its first public release appeared in 2018. The library solves the Navier–Stokes equations using a lattice‑Boltzmann approach that is accelerated on GPUs. fflused supports both 2‑D and 3‑D simulations, delivers real‑time pressure mapping, turbulence modeling, and integrates with Unity and Unreal Engine through native plugins. On standard consumer PCs it can sustain over 60 frames per second for 512×512 simulations running on mid‑range graphics cards.
The system has been adopted in academic research on water flow visualization, virtual reality training, and
Technical specifications include a C++ core with CUDA support, C# and Python bindings for high‑level scripting,
---