From 30710681dbfa1899cf521aabe736baf855ab7fd8 Mon Sep 17 00:00:00 2001 From: Alan Wolfe Date: Thu, 26 Sep 2024 14:02:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 148ded92..320cc5a3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Introductory Gigi Tutorial: Make a box blur post processing effect. [Discord: Gigi Rapid Graphics Development](https://discord.gg/HPzqAw2H3k) +[Gigi Jam 2024 Lightning Talks (YouTube)](https://www.youtube.com/watch?v=m62ePwK33PM) + The **Techniques/** folder of the repo contains some examples to help get you started. The **Techniques/UnitTests/** folder contains the unit tests, which aims to exercise every possible piece of functionality. There are also documents in the **UserDocumentation** folder that explain the viewer python interface, Gigi shader tokens, and other things.