Particle Simulator is a GPU-accelerated particle simulation and visualization tool, ported to Qt from Maurice Tollmien's original project.
-
Install CMake 3.25.1+
-
Install Visual Studio 2022 with MSVC v143 C++ Compiler
-
Install Qt 6.7.3 MSVC2022 64bit
-
Set environment variable
Qt6_DIRto your Qt path (e.g.C:\Qt\6.7.3\msvc2022_64) -
Clone the repository:
git clone https://github.com/berkbavas/ParticleSimulator.git
-
Create and enter a build directory:
mkdir build cd build -
Run CMake:
cmake ..
-
Open
ParticleSimulator.slnin Visual Studio and build.
ParticleSimulator.mp4
This project is licensed under the MIT License.