From 69a624b1a3e77f13e859715c821b8f432870acc0 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sat, 18 Mar 2023 20:41:32 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a255774..b82cae45 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ complement [OPENRNDR](https://github.com/openrndr/openrndr). | [`orx-obj-loader`](orx-obj-loader/) | Simple loader for Wavefront .obj 3D mesh files. | | [`orx-palette`](orx-palette/) | Provides 300 color palettes gathered from different sources, organized in 3 collections. | | [`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-property-watchers`](orx-property-watchers/) | Tools for setting up property watcher based pipelines ## Demos ### DemoImagePathWatcher01 [source code](src/jvmDemo/kotlin/DemoImagePathWatcher01.kt) | | [`orx-quadtree`](orx-quadtree/) | An extension for creating a [Quadtree](https://en.wikipedia.org/wiki/Quadtree) for points. A 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/) | Collection of shader based fills and strokes. Currently includes 4 types of gradient fills. | | [`orx-shader-phrases`](orx-shader-phrases/) | A library that provides a `#pragma import` statement for shaders. |