From 3b0a719fca9be94d1222c55047e8489bf8e86a96 Mon Sep 17 00:00:00 2001 From: Abhishek Madan Date: Thu, 6 Oct 2022 16:34:07 -0400 Subject: [PATCH] Add OS support note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7bde6e..45e5be6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ of Smooth Distance Constraints on Co-Dimensional Geometry". It contains the source code for the core library, as well as some applications used for sphere traced visualizations and rigid body simulations. Please see the source code for these applications (in the `app` folder) for examples of how to use the API. +This code has been tested on macOS and Linux. [Project Page](https://www.dgp.toronto.edu/projects/smooth-distances/)