From 9096e67408816533c810a110a9487fa9bf2935f0 Mon Sep 17 00:00:00 2001 From: komietty Date: Fri, 6 Jan 2023 02:24:03 +0900 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b8afe..3d0ef0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # unity-vectorfield -Unity-vectorfield is vector field generator on mesh and a set of its operators. It allows you to quick implementation of differential geometry algorithms on Unity3d, then instantly applying to game programming, media art creation, or physical simulation. This library is heavily Inspired by [Keenan Crane's Lectures at CMU](https://www.cs.cmu.edu/~kmcrane/Projects/DDG/) and [Polyscope](https://github.com/nmwsharp/polyscope) and referencing a lot from them. +Unity-vectorfield is vector field generator on mesh and a set of its operators. It allows you to quick implementation of differential geometry algorithms, then instantly applicable to game programming, media art creation, or physical simulation on Unity3d. This library is heavily Inspired by [Keenan Crane's Lectures at CMU](https://www.cs.cmu.edu/~kmcrane/Projects/DDG/) and [Polyscope](https://github.com/nmwsharp/polyscope) and referencing a lot from them. ## Features This library contains features below: