- Andres Dalisay
- Antoinne Bryce Salvador
This is a particle simulator built using C++ using the SFML and Dear ImGui libraries. This program was given to us as a multithreading task for our STDISCM Problem Set. This is developed on Visual Studio 2022 on a Windows computer.
- Add particles with specified positions, angles, and velocities
- Add walls which particles can collide and bounce off of
- Clone the repository.
- Open the .sln file in Visual Studio 2022.
- Before running the program, make sure to set the build configuration to Release and the platform to x64.
- Run the program.