/GPUParticleSimulation

This is a particle simulation based on the Verlet algorithm.

Primary LanguageC++MIT LicenseMIT

GPU Particle Simulation

This is a particle simulation based on the Verlet algorithm.

GitHub tag GitHub issues GitHub code size in bytes Discord

YouTube Video

Supported Platforms

Currently following platforms are supported:

  • Windows

Building the project

Go to the directory in which you want to download the repository.
Use following commands to clone the repository from GitHub.

git clone https://github.com/truepaddii/GPUParticleSimulation.git

You have two options now to build the project:

  1. Generate a solution file using CMake and open the generated solution file.
  2. Open the project as a CMake solution if your IDE supports this.

You can build the project now without any other steps.

Tested on Microsoft Visual Studio 2017 Version 15.7.4