add auto-generated README

This commit is contained in:
Abe Pazos
2025-08-27 18:32:18 +00:00
parent d54818e4d9
commit 1489b503d2

View File

@@ -37,9 +37,9 @@ 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__ --> ## Demos ### linearrange/DemoLinearRange02 [source code](src/jvmDemo/kotlin/linearrange/DemoLinearRange02.kt) |
| [`orx-math`](orx-math/) | Mathematical utilities <!-- __demos__ --> ## Demos ### linearrange/DemoLinearRange02 |
| [`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__ --> ## Demos ### DemoMeshNoise01 [source code](src/jvmDemo/kotlin/DemoMeshNoise01.kt) |
| [`orx-mesh-noise`](orx-mesh-noise/) | Generate random samples on the surface of a mesh <!-- __demos__ --> ## Demos ### DemoMeshNoise01 |
| [`orx-no-clear`](orx-no-clear/) | Provides the classical "draw-without-clearing-the-screen" functionality. |
| [`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 and saver for Wavefront .obj 3D mesh files. |