Skip to content
/ madid Public

Basic SPH fluid simulation in C++

Notifications You must be signed in to change notification settings

bobarna/madid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

madid

mad·​id (adjective) \ ˈmadə̇d
wet, moist

Project summary Oral presentation (in Hungarian)

Trying it out

Dependencies

  • OpenGL
  • optional: CMake
  • a C++ compiler

Installing the dependencies

On Linux-based systems, with the apt package manager

sudo apt install libglew-dev libglfw3 cmake build-essential

Compiling

  • create a build directory
  • build the program using cmake
# from the project root directory
mkdir build
cd build
cmake ..
make

Start the application

./madid

Contact

Feel free to contact me at barnabas.borcsok@gmail.com

About

Basic SPH fluid simulation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published