You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ The PositionBasedDynamics library allows the position-based handling of many typ
7
7
Furthermore we use our own library:
8
8
-[Discregrid](https://github.com/InteractiveComputerGraphics/Discregrid/) to generate cubic signed distance fields for the collision detection
9
9
10
-
The library was tested on Windows 10, Ubuntu 16.10 and Mac OS X 10.10.5.
11
10
12
11
**Author**: [Jan Bender](http://www.interactive-graphics.de), **License**: MIT
13
12
@@ -23,7 +22,7 @@ The library was tested on Windows 10, Ubuntu 16.10 and Mac OS X 10.10.5.
23
22
24
23
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:
25
24
- Windows 10 64-bit, CMake 3.9.5, Visual Studio 2017
26
-
-Ubuntu 16.10 64-bit, CMake 3.5.2, GCC 6.2.0.
25
+
-Debian 9 64-bit, CMake 3.12.3, GCC 6.3.0.
27
26
28
27
Note: Please use a 64-bit target on a 64-bit operating system. 32-bit builds on a 64-bit OS are not supported.
0 commit comments