From 293aff4a9d61326c2d5df7c42f6caa212b54d3ae Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Sat, 18 Oct 2025 15:44:58 +0200 Subject: [PATCH] Update README.md: mention orx.openrndr.org --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c2cf19..6288725a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A growing library of assorted data structures, algorithms and utilities to complement [OPENRNDR](https://github.com/openrndr/openrndr). Multiplatform, unless they deal with hardware or depend on binary libraries. Those are JVM-only. +Find an auto-generated API documentation page at https://orx.openrndr.org/. + ## Usage To make use of these extensions clone the [OPENRNDR template](https://github.com/openrndr/openrndr-template), uncomment the ones you need in its [build.gradle.kts](https://github.com/openrndr/openrndr-template/blob/master/build.gradle.kts) file, and reload Gradle. Cloning this repo is optional but useful to run the demos in each ORX folder, to study the source code, and to contribute to existing or new ORX'es. @@ -115,4 +117,4 @@ maven repository with the same logic as before. Once that's done, you can use the local builds of OPENRNDR and ORX in your [openrndr-template](https://github.com/openrndr/openrndr-template) by specifying the version that was published. -Take a look at the [wiki](https://github.com/openrndr/openrndr/wiki/Building-OPENRNDR-and-ORX) for a more detailed walk-through. \ No newline at end of file +Take a look at the [wiki](https://github.com/openrndr/openrndr/wiki/Building-OPENRNDR-and-ORX) for a more detailed walk-through.