ouazzmoh / particle-system

Dynamic Particle System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle system

This project enables you to create and visualize particle systems in C++. With our framework, you can easily generate stunning visualizations in VTK format.

To compile and execute:

cd build 
cmake .. 
make 
./test/<test_name>

Example image

About

Dynamic Particle System


Languages

Language:C++ 93.9%Language:CMake 6.1%