From 58e14c40eeb2bf2eb23595abb53e8abd64189f86 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Mon, 1 Jun 2020 16:19:58 +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 74a8c561..7fc1ac2a 100644 --- a/orx-jumpflood/README.md +++ b/orx-jumpflood/README.md @@ -156,6 +156,16 @@ fun main() = application { ``` ## Demos +### DemoInnerGlow01 +[source code](src/demo/kotlin/DemoInnerGlow01.kt) + +![DemoInnerGlow01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoInnerGlow01Kt.png) + +### DemoInnerGlow02 +[source code](src/demo/kotlin/DemoInnerGlow02.kt) + +![DemoInnerGlow02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoInnerGlow02Kt.png) + ### DemoShapeSDF01 [source code](src/demo/kotlin/DemoShapeSDF01.kt)