diff --git a/README.md b/README.md index a0a6dee6..f3f2f612 100644 --- a/README.md +++ b/README.md @@ -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' } ``` \ No newline at end of file