Skip to content

berkbavas/ParticleSimulator

Repository files navigation

Particle Simulator

Particle Simulator is a GPU-accelerated particle simulation and visualization tool, ported to Qt from Maurice Tollmien's original project.

Build Instructions

  1. Install CMake 3.25.1+

  2. Install Visual Studio 2022 with MSVC v143 C++ Compiler

  3. Install Qt 6.7.3 MSVC2022 64bit

  4. Set environment variable Qt6_DIR to your Qt path (e.g. C:\Qt\6.7.3\msvc2022_64)

  5. Clone the repository:

    git clone https://github.com/berkbavas/ParticleSimulator.git
  6. Create and enter a build directory:

    mkdir build
    cd build
  7. Run CMake:

    cmake ..
  8. Open ParticleSimulator.sln in Visual Studio and build.

Demo

ParticleSimulator.mp4

License

This project is licensed under the MIT License.

About

Particle simulation implemented using a compute shader

Topics

Resources

License

Stars

Watchers

Forks

Languages