From 32b2992538902c32810aa9f2eb4dbcb5da91315d Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Fri, 6 Jan 2023 00:05:52 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc46f7..af51fcc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -A rewrite of the original CAD package [`sdfx`](https://github.com/deadsy/sdfx) for generating 2D and 3D geometry using [Go](https://go.dev/). +A rewrite of the original [Signed Distance Function](https://en.wikipedia.org/wiki/Signed_distance_function) CAD package [`sdfx`](https://github.com/deadsy/sdfx) for generating 2D and 3D geometry using [Go](https://go.dev/). ## Highlights * GUI with real-time rendering using [sdf3ui](https://github.com/soypat/sdf3ui) (or [SDF Viewer](https://github.com/Yeicor/sdf-viewer-go)).