From 3d05a5f5bc42fe0b6448c73c8256e41bcd1af0bc Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 2 Feb 2023 08:49:30 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 842f5f91..f2c0e138 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A growing library of assorted data structures, algorithms and utilities. | [`orx-time-operators`](orx-time-operators/) | A collection of time-sensitive functions aimed at controlling raw data over-time, such as Envelope and LFO. | | [`orx-timer`](orx-timer/) | Simple timer functionality providing `repeat`, to run code with a given interval and `timeOut`, to run code once after a given delay. | | [`orx-triangulation`](orx-triangulation/) | An extension for triangulating a set of points using the **Delaunay** triangulation method. From that triangulation we can also derive a **Voronoi** diagram. | +| [`orx-turtle`](orx-turtle/) | Bezier (`ShapeContour`) backed turtle graphics. | | [`orx-view-box`](orx-view-box/) | Tools to provide view box support | ## JVM only