Particle interaction system in my custom engine (OpenGL + Imgui).
Particle.sandbox.2023-09-23.23-24-56.mp4
This project uses cmake and the dependencies listed below. I will try to add a guide in the future for the compilation of the dependencies.
Prepare the build directory with
cmake -S . -B build
And build with
cmake --build build
To change the parameters of the particles, directly change the attraction coefficients in the code.
Need to add Imgui interaction to manage the particles
Note: It may not work as I am a beginner in cmake
I am not pleased by this version as it does not compile the dependencies itself, and the particle system needs some improvments.
Distributed under the GNU GENERAL PUBLIC license. See LICENSE
for more information.