You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ To make use of these extensions clone the [OPENRNDR template](https://github.com
42
42
|[`orx-no-clear`](orx-no-clear/)| Provides the classical "draw-without-clearing-the-screen" functionality. |
43
43
|[`orx-noise`](orx-noise/)| Randomness for every type of person: Perlin, uniform, value, simplex, fractal and many other types of noise. |
44
44
|[`orx-obj-loader`](orx-obj-loader/)| Simple loader and saver for Wavefront .obj 3D mesh files. |
45
-
|[`orx-palette`](orx-palette/)|Provides hundreds of color palettes. |
45
+
|[`orx-palette`](orx-palette/)|Collections of color palettes and tools for interacting with them. |
46
46
|[`orx-parameters`](orx-parameters/)| Provides annotations and tools for turning Kotlin properties into introspectable parameters. Used by [`orx-gui`](../orx-jvm/orx-gui/README.md) to automatically generate user interfaces. |
47
47
|[`orx-property-watchers`](orx-property-watchers/)| Tools for setting up property watcher based pipelines |
48
48
|[`orx-quadtree`](orx-quadtree/)| A [Quadtree](https://en.wikipedia.org/wiki/Quadtree) is a spatial partioning tree structure meant to provide fast spatial queries such as nearest points within a range. |
0 commit comments