From db03e0d94b1cb5391c19f341eeccc767b632f048 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Tue, 28 Apr 2020 10:44:49 +0000 Subject: [PATCH] add demos to README.md --- orx-jumpflood/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-jumpflood/README.md b/orx-jumpflood/README.md index ea3de3b5..258fe73a 100644 --- a/orx-jumpflood/README.md +++ b/orx-jumpflood/README.md @@ -155,6 +155,11 @@ fun main() = application { ``` ## Demos +### DemoShapeSDF03 +[source code](src/demo/kotlin/DemoShapeSDF03.kt) + +![DemoShapeSDF03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF03Kt.png) + ### DemoSkeleton01 [source code](src/demo/kotlin/DemoSkeleton01.kt)