Press left mouse button to create bunch of particles. Press right mouse button to create one particle. Press middle mouse button to clear screen. Press 'E' keyboard button to toggle electric field.
Copy library folders to /libs folder.
Create build files:
cmake -B build
Compile executable:
cmake --build build --config Release
#or
cmake --build build --config Debug