Skip to content

A pretty straightforward fluid simulation run in OpenGL

Notifications You must be signed in to change notification settings

JoshuaMarkle/fluid-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluid Simulation

Just me playing around with some fluid physics.

Nothing is really optimized too aggressively yet and I'm not sure about the future of this project yet.

Running the simulation

You will need to have OpenGL installed along with make, glfw, & glm. This repo contains Dear ImGui (UI system) as a submodule.

Downloading the repo (without history):

git clone --depth=1 --recurse-submodules --shallow-submodules https://github.com/JoshuaMarkle/fluid-simulation.git

Compile with make!

Licensing

This project is free use and can be used anywhere.

About

A pretty straightforward fluid simulation run in OpenGL

Topics

Resources

Stars

Watchers

Forks