From fc2af9ed494a1db98f17e81ef808770f7209bcce Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Tue, 7 Mar 2023 10:00:07 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebc7e3f6..874481bb5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ The goal of the demos is to show how to use Viz2D in conjunction with interop op * [nanovg](https://github.com/inniyah/nanovg) * [nanogui](https://github.com/mitsuba-renderer/nanogui) -There are currently eight demos. The shader-demo, font-demo and optflow-demo can be compiled using emscripten but for now you have to figure out how to do it yourself :). +There are currently eight demos. The shader-demo, font-demo, optflow-demo and beauty-demo can be compiled to WebAssembly using Emscripten but for now you have to figure out how to do it yourself :). + +## Online Demos +https://viel-zu.org/opencv/shader +https://viel-zu.org/opencv/font +https://viel-zu.org/opencv/optflow +https://viel-zu.org/opencv/beauty ## tetra-demo Renders a rainbow tetrahedron on blue background using OpenGL, applies a glow effect using OpenCV (OpenCL) and encodes on the GPU (VAAPI).