From 796e276dd30a5c709ca4b083ef7fd8e640042a78 Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Sun, 4 Dec 2022 23:45:30 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6c6c7883a..1510b7d1a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ The goal of the demos is to show how to use OpenCL interop in conjunction with O * Support for cl_khr_gl_sharing and cl_intel_va_api_media_sharing OpenCL extensions. * If you are on a recent Intel Platform (Gen8 - Gen12) you **need to install** an [**alternative compute-runtime**](https://github.com/kallaballa/compute-runtime) +# Dependencies +tetra-demo and video-demo have no additional dependencies. +The other demos require: +* [nanovg](https://github.com/inniyah/nanovg) +* [nanogui](https://github.com/mitsuba-renderer/nanogui) + There are currently seven demos (**the preview videos are scaled down and compressed**): ## tetra-demo Renders a rainbow tetrahedron on blue background using OpenGL, applies a glow effect using OpenCV (OpenCL) and encodes on the GPU (VAAPI).