This is particle simulation project that I've made for educational purposes.
The task was to compare single thread, OpenMP and CUDA efficency for parallel computation. Simulation also has simple visualisation using OpenGL.
This project wast tested and compiled in Visual Studio 2017.
Download all dependencies and update additional include and linker paths in the solution.
- For control use keys 1, 2, 3 to switch between single thread, OpenMP and CUDA.
- Use R button to reset simulation.