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_DIR
to 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.sln
in Visual Studio and build.
ParticleSimulator.mp4
This project is licensed under the MIT License.