Updated readme

This commit is contained in:
Edwin Jakobs
2018-10-07 17:11:29 +02:00
parent 75b5fb5e84
commit 8a31b31dfa

View File

@@ -2,7 +2,8 @@
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
@@ -18,6 +19,6 @@ repositories {
Add dependency:
```
dependencies {
compile 'com.github.openrndr:orx:v0.0.1'
compile 'com.github.openrndr:orx:v0.0.7'
}
```