From 1d9883e15b8bc5fa8f430919170de690152e00b2 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sun, 2 Feb 2025 11:07:28 +0000 Subject: [PATCH] add auto-generated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f23c770..708597ea 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ To make use of these extensions clone the [OPENRNDR template](https://github.com | [`orx-jumpflood`](orx-jumpflood/) | Calculates distance or direction fields from an image. GPU accelerated, 2D. Results are provided as an image. | | [`orx-kdtree`](orx-kdtree/) | Fast search of points closest to the queried point in a data set. 2D, 3D and 4D. | | [`orx-marching-squares`](orx-marching-squares/) | Tools for extracting contours from functions | +| [`orx-math`](orx-math/) | Mathematical utilities ## Demos ### linearrange/DemoLinearRange02 [source code](src/jvmDemo/kotlin/linearrange/DemoLinearRange02.kt) | | [`orx-mesh-generators`](orx-mesh-generators/) | 3D-mesh generating functions and DSL. | | [`orx-mesh-noise`](orx-mesh-noise/) | Generate random samples on the surface of a mesh ## Demos ### DemoMeshNoise01 [source code](src/jvmDemo/kotlin/DemoMeshNoise01.kt) | | [`orx-no-clear`](orx-no-clear/) | Provides the classical "draw-without-clearing-the-screen" functionality. |