From 8a31b31dfa8833949a7a3d798c14b018a2a7c54f Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sun, 7 Oct 2018 17:11:29 +0200 Subject: [PATCH] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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