From 2479f9fe9a2a0ed4e1f6c461765f5aae23702f59 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Wed, 24 Aug 2022 19:05:26 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c011557d..515beef7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ A growing library of assorted data structures, algorithms and utilities. | [`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-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-depth-camera`](orx-depth-camera/) | Common API for various depth cameras like Kinect 1 and 2. | ## JVM only