1 Open Issue Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a particle fluid simulation in C++/OpenGL where applied forces are not affecting particle movement. The issue lies within the `Particle.cpp` update and apply functions, and potentially the `Simulation.cpp` loop function. The goal is to correctly apply forces to particles based on left and right mouse clicks.

Complexity: 3/5
bug help wanted skill issue TODO

A particle fluid simulation

C