From f636b6e05735662cb64266018af3b16df337d77f Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 20 Feb 2025 19:09:08 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 708597ea..fee2ade1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ To make use of these extensions clone the [OPENRNDR template](https://github.com | [`orx-shapes`](orx-shapes/) | Collection of 2D shape generators and modifiers. | | [`orx-svg`](orx-svg/) | SVG reader and writer library. | | [`orx-temporal-blur`](orx-temporal-blur/) | Post-processing temporal-blur video effect. CPU intense, therefore not intended for use with the `ScreenRecorder` extension or other real-time uses. | +| [`orx-text-on-contour`](orx-text-on-contour/) | Writing texts on contours. | | [`orx-text-writer`](orx-text-writer/) | Writing texts with layouts | | [`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. |