Adaptive Position-Based Fluid Simulation
TBD.
- Clone the repository with all submodules recursively:
git clone https://github.com/cg-tuwien/APBF.git . --recursive
(to check out into.
) - Open
apbf.sln
with Visual Studio 2019, setapbf
as the startup project, build and run
You might want to have all submodules checked-out to their master
branch. You can do so using:
git submodule foreach --recursive git checkout master
.
There are two submodules: One under gears_vk/
(referencing https://github.com/cg-tuwien/Gears-Vk) and another under gears_vk/auto_vk/
(referencing https://github.com/cg-tuwien/Auto-Vk).
To update the submodules on a daily basis, use one of the following commands:
git submodule update --recursive
git submodule foreach "(git checkout master; git pull)&"
- TBD which one is the most practicable (credits: StackOverflow question)
To contribute to either of the submodules, please do so via pull requests and follow the "Contributing Guidelines" from Gears-Vk. Every time you check something in, make sure that the correct submodule-commits (may also reference forks) are referenced so that one can always get a compiling and working version by cloning as described in step 1!
TBD.
TBD.