From 2bcf8116241fe2f326c95b18a45e73037bf3606f Mon Sep 17 00:00:00 2001 From: Bartosz Korczynski Date: Wed, 24 Jul 2024 11:27:22 +0100 Subject: [PATCH] Added a link to a live, browser demo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6801801f..775c9e39 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ The goal of the port is to keep the codebase as similar to the original code as > [Examples/Nodify.Shapes](Examples/Nodify.Shapes) +#### ➜ Open a [WASM 🌐 browser version of the shapes demo in your browser, without downloading!](https://avalonia-port.nodify-avalonia.pages.dev/) 🚀 + +_(Note: C# in a browser is still much slower than standalone desktop C#, the performance is much better when used in a standalone application.)_ + ![Canvas](https://i.imgur.com/fIf8ACd.gif) 🎨 A playground application where you can try all the available settings.