From a039e6e42bd3f4e15dee804863f1cad847a8190a Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sun, 9 Jan 2022 09:59:26 +0000 Subject: [PATCH] add auto-generated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fa10659..8dcb61f0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ A growing library of assorted data structures, algorithms and utilities. | [`orx-camera`](orx-camera/) | 3D camera controllable via mouse and keyboard. | | [`orx-color`](orx-color/) | Tools to work with color | | [`orx-compositor`](orx-compositor/) | Toolkit to make composite (layered) images using blend modes and filters. | +| [`orx-compute-graph`](orx-compute-graph/) | A graph for computation. | +| [`orx-compute-graph-nodes`](orx-compute-graph-nodes/) | A collection of nodes that can be used with orx-computer-graph. | | [`orx-easing`](orx-easing/) | Provides easing functions for smooth animation or non-linear interpolation. | | [`orx-fx`](orx-fx/) | Ready-to-use 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-glslify`](orx-glslify/) | Load glslify compatible shaders from [npm](https://www.npmjs.com/search?q=glslify). |