Skip to content

jklae/GridLiquid2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridLiquid2D

Overview

demo

GridLiquid2D is a liquid simulation for Eulerian and PIC/FLIP. This simulation is rendered using DXViewer.

Build

This repo was developed in the following environment:

  • Windows 10 64-bit
  • Microsoft Visual Studio 2019 on x64 platform (C++14)
  • CMake 3.19.0
  • DXViwer 3.1.0

You should update submodules before creating a project with cmake.

git submodule update --progress --init -- "ext/DXViewer"

Reference