From 68d29bf5a9c06308d3749dffada4deb225c3a0d3 Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 27 Jun 2021 08:38:56 -0700 Subject: [PATCH] Add link to pixie vidoe in the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2779e1..df99753 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +👏 👏 👏 Check out video about the library: [A full-featured 2D graphics library for Nim (NimConf 2021)](https://www.youtube.com/watch?v=8acDfUIwLnk) 👏 👏 👏 + # Pixie - A full-featured 2D graphics library for Nim Pixie is a 2D graphics library similar to [Cairo](https://www.cairographics.org/) and [Skia](https://skia.org) written (almost) entirely in Nim.