Interactive speed GPU rendering of smoke
To create nice looking smoke is an expensive operation. This code leverages NVIDIA GPUs to create smoke simulations quickly and efficiently using CUDA.
- Download and install Visual Studio 2019
- Download and install CUDA Toolkit 10.1 Update 2
- Clone the repo
- Build the solution
gpufluid.exe
will be inx64
orx86
,/Debug
or/Release
depending on your build configuration
- Create a new folder named
output
next to thegpufluid.exe
- Run
gpufluid.exe
Michał Wieczorek