add auto-generated README

This commit is contained in:
OPENRNDR Actions
2022-11-30 11:32:17 +00:00
parent a83f6c413c
commit 6ed948a7df

View File

@@ -38,6 +38,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-view-box`](orx-view-box/) | Tools to provide view box support |
## JVM only