Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.17 KB

ParticlesLife_cmake

Particle interaction system in my custom engine (OpenGL + Imgui).

Particle.sandbox.2023-09-23.23-24-56.mp4

Installation

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.

Usage example

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

Dependencies

Thoughts

I am not pleased by this version as it does not compile the dependencies itself, and the particle system needs some improvments.

Meta

Gabriel Combe-Ounkham

Distributed under the GNU GENERAL PUBLIC license. See LICENSE for more information.