Update README.md
Add usage section.
This commit is contained in:
11
README.md
11
README.md
@@ -1,9 +1,14 @@
|
||||
# ORX (OPENRNDR EXTRA)
|
||||
|
||||
[](https://mvnrepository.com/artifact/org.openrndr.extra)
|
||||
[](https://mvnrepository.com/artifact/org.openrndr.extra)
|
||||
|
||||
A growing library of assorted data structures, algorithms and utilities to
|
||||
complement [OPENRNDR](https://github.com/openrndr/openrndr).
|
||||
complement [OPENRNDR](https://github.com/openrndr/openrndr).
|
||||
Multiplatform, unless they deal with hardware or depend on binary libraries. Those are JVM-only.
|
||||
|
||||
## 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.
|
||||
|
||||
<!-- __orxListBegin__ -->
|
||||
|
||||
@@ -108,4 +113,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.
|
||||
Take a look at the [wiki](https://github.com/openrndr/openrndr/wiki/Building-OPENRNDR-and-ORX) for a more detailed walk-through.
|
||||
|
||||
Reference in New Issue
Block a user