massile / smoke-simulator

A smoke simulator built from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smoke simulator

A smoke simulator built from scratch.

Link to the associated video (click on the image):

Dependencies

In order to use this simulator you need to have FFMPEG and Nvidia CUDA installed on your computer. Make sure that both FFMPEG and the NVCC compiler are available on your path.

Build an run

To create an executable simply run the following command

nvcc main.cu -O3 -o bin/smoke

Then you can run the executable using this command (on windows)

bin\smoke

About

A smoke simulator built from scratch


Languages

Language:C++ 98.3%Language:Cuda 1.7%