From 9de6261ba6e537d6ea62ae8a399b729fd7347c8a Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 14 Mar 2024 18:29:57 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dd7e97a..2c196f89 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ complement [OPENRNDR](https://github.com/openrndr/openrndr). | [`orx-easing`](orx-easing/) | Easing functions for smooth animation or non-linear interpolation. | | [`orx-envelopes`](orx-envelopes/) | ADSR (Attack, Decay, Sustain, Release) envelopes and tools. | | [`orx-expression-evaluator`](orx-expression-evaluator/) | Tools to evaluate strings containing mathematical expressions. | +| [`orx-fcurve`](orx-fcurve/) | FCurves are 1 dimensional function curves constructed from 2D bezier functions. | | [`orx-fx`](orx-fx/) | Ready-to-use GPU-based visual effects or filters. Most include [orx-parameters](https://github.com/openrndr/orx/tree/master/orx-parameters) annotations so they can be easily controlled via orx-gui. | | [`orx-gradient-descent`](orx-gradient-descent/) | Finds equation inputs that output a minimum value: easy to use gradient descent based minimizer. | | [`orx-hash-grid`](orx-hash-grid/) | 2D space partitioning for fast point queries. |