From 4c177a61c0bdcdde329e106bedb07be93ff65cc5 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Mon, 28 Aug 2023 09:02:23 +0000 Subject: [PATCH] add auto-generated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b195187..592da83d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ complement [OPENRNDR](https://github.com/openrndr/openrndr). | [`orx-noise`](orx-noise/) | Randomness for every type of person: Perlin, uniform, value, simplex, fractal and many other types of noise. | | [`orx-obj-loader`](orx-obj-loader/) | Simple loader for Wavefront .obj 3D mesh files. | | [`orx-palette`](orx-palette/) | Provides hundreds of color palettes. | -| [`orx-parameters`](orx-parameters/) | Provides annotations and tools for turning Kotlin properties into introspectable parameters. Used by [`orx-gui`](../orx-gui/README.md) to automatically generate user interfaces. | +| [`orx-parameters`](orx-parameters/) | Provides annotations and tools for turning Kotlin properties into introspectable parameters. Used by [`orx-gui`](../orx-jvm/orx-gui/README.md) to automatically generate user interfaces. | | [`orx-property-watchers`](orx-property-watchers/) | Tools for setting up property watcher based pipelines | | [`orx-quadtree`](orx-quadtree/) | A [Quadtree](https://en.wikipedia.org/wiki/Quadtree) is a spatial partioning tree structure meant to provide fast spatial queries such as nearest points within a range. | | [`orx-shade-styles`](orx-shade-styles/) | Shader based fills and strokes, including various types of gradient fills. |