From 3ac92465e039c0ca72d7900a2d968021c52e10f8 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Tue, 28 Apr 2020 14:41:47 +0000 Subject: [PATCH] add demos to README.md --- orx-jumpflood/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orx-jumpflood/README.md b/orx-jumpflood/README.md index 39588c29..06f077ae 100644 --- a/orx-jumpflood/README.md +++ b/orx-jumpflood/README.md @@ -155,6 +155,16 @@ fun main() = application { ``` ## Demos +### DemoShapeSDF01 +[source code](src/demo/kotlin/DemoShapeSDF01.kt) + +![DemoShapeSDF01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF01Kt.png) + +### DemoShapeSDF02 +[source code](src/demo/kotlin/DemoShapeSDF02.kt) + +![DemoShapeSDF02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF02Kt.png) + ### DemoShapeSDF03 [source code](src/demo/kotlin/DemoShapeSDF03.kt)