From 92ecd95825abacf99b4d204647a8cd933fbcb456 Mon Sep 17 00:00:00 2001 From: Alan Wolfe Date: Wed, 4 Dec 2024 08:57:16 -0800 Subject: [PATCH 1/2] Added GPC link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f07ad47..fff2f70c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Introductory Gigi Tutorial: Make a box blur post processing effect. [Gigi Jam 2024 Lightning Talks (YouTube)](https://www.youtube.com/watch?v=m62ePwK33PM) +[Gigi Technical Overview (GPC 2024)](https://www.youtube.com/watch?v=MgCR-Kky628) + 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. From 63c4ef4bdab5740b945a6ff3dd3f6c34fe42bdba Mon Sep 17 00:00:00 2001 From: Alan Wolfe Date: Wed, 11 Dec 2024 10:05:28 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff2f70c..3a64a50f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Introductory Gigi Tutorial: Make a box blur post processing effect. [Gigi Jam 2024 Lightning Talks (YouTube)](https://www.youtube.com/watch?v=m62ePwK33PM) -[Gigi Technical Overview (GPC 2024)](https://www.youtube.com/watch?v=MgCR-Kky628) +[Gigi Technical Overview (YouTube GPC 2024)](https://www.youtube.com/watch?v=MgCR-Kky628) 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.