Skip to content

korzen/PositionBasedFluids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA/C++ implementation of several papers in the spirit of developing a small demo similar to Nvidia's FleX framework (https://developer.nvidia.com/physx-flex)

Papers implemented in part or in full:

On current hardware a fluid scene of 50k fluid particles and up to 500k diffuse particles runs at about 10-15 fps. The cloth scene which consists of a cloth mesh of 4k vertices, approximately 1k fluid particles, and up to 20k diffuse particles runs at 25-30 fps. Additional parameter tuning and optimizations could be done to make it even faster.

Dependencies for the project include:

  • GLEW
  • GLFW
  • CUDA 7
  • GLM
  • DevIL

Screenshots: Alt text Alt text

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 68.7%
  • Cuda 17.9%
  • GLSL 11.1%
  • C 2.3%