Skip to content

Commit ae0be80

Browse files
committed
2 parents 005fa17 + e5b8246 commit ae0be80

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,17 @@ The library was tested on Windows 10, Ubuntu 16.10 and Mac OS X 10.10.5.
1010

1111
## News
1212

13+
* SPlisHSPlasH is our new open-source fluid simulator which uses the PositionBasedDynamics library to handle rigid-fluid coupling. It can be downloaded here:
14+
[https://github.com/InteractiveComputerGraphics/SPlisHSPlasH](https://github.com/InteractiveComputerGraphics/SPlisHSPlasH)
1315
* Our new [paper](http://interactive-graphics.de/index.php/research/98-hierarchical-hp-adaptive-signed-distance-fields) about adaptive signed distance fields uses the PositionBasedDynamics library. You can watch the video [here](https://www.youtube.com/watch?v=x_Iq2yM4FcA).
14-
* The PositionBasedDynamics library moved to https://github.com/InteractiveComputerGraphics/PositionBasedDynamics.
16+
17+
## Build Instructions
18+
19+
This project is based on [CMake](https://cmake.org/). Simply generate project, Makefiles, etc. using [CMake](https://cmake.org/) and compile the project with the compiler of your choice. The code was tested with the following configurations:
20+
- Windows 10 64-bit, CMake 3.5.2, Visual Studio 2015
21+
- Ubuntu 16.10 64-bit, CMake 3.5.2, GCC 6.2.0.
22+
23+
Note: Please use a 64-bit target on a 64-bit operating system.
1524

1625
## Documentation
1726

0 commit comments

Comments
 (0)