Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 698 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 698 Bytes

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