From c95fdf0fd2754da17fe123ec8bd1e67528ddc861 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 2 Sep 2025 08:29:00 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7189f313..af6b0147 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ To make use of these extensions clone the [OPENRNDR template](https://github.com | name                                     | description | | --- | --- | +| [`orx-axidraw`](orx-jvm/orx-axidraw/) | GUI for configuring and plotting with an Axidraw pen-plotter. | | [`orx-boofcv`](orx-jvm/orx-boofcv/) | Helper functions to ease working with the BoofCV computer vision library and its data types. | | [`orx-chataigne`](orx-jvm/orx-chataigne/) | Expose variables to [Chataigne](http://benjamin.kuperberg.fr/chataigne/en) and any other applications that can interface with it. The current implementation makes use of the OSC protocol and supports `Double` and `ColorRGBa`. | | [`orx-depth-camera-calibrator`](orx-jvm/orx-depth-camera-calibrator/) | Class to help callibrate depth and transformation matrices when using one or more depth cameras. |