From 61c74bfbf133b509b816cc1d8d058ee1057f333e Mon Sep 17 00:00:00 2001 From: Sinan Ascioglu Date: Thu, 31 Mar 2022 15:21:13 +0100 Subject: [PATCH] Demo added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf8b40..46970b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is a helper library that allows sketches on OpenProcessing to provide a UI ## Example -Example below will display a range slider that you can change live while playing your sketch. +See the full demo on [OpenProcessing](https://openprocessing.org/sketch/1532131). + +A simple example below will display a range slider that you can change live while playing your sketch. ``` //var radius = 10; //instead of defining a variable, use below