Updated readme
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
A growing library of assorted data structures, algorithms and utilities.
|
A growing library of assorted data structures, algorithms and utilities.
|
||||||
|
|
||||||
- orx-kdtree - kd-tree implementation for fast nearest point searches
|
- orx-kdtree, a kd-tree implementation for fast nearest point searches
|
||||||
|
- orx-jumpflood, a filter/shader based implementation of the jump flood algorithm for finding fast approximate (directional) distance fields
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -18,6 +19,6 @@ repositories {
|
|||||||
Add dependency:
|
Add dependency:
|
||||||
```
|
```
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.github.openrndr:orx:v0.0.1'
|
compile 'com.github.openrndr:orx:v0.0.7'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user