From a89d1f4654f8eaa631460bc92bec3731f9ce3a22 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 9 Aug 2022 18:34:56 -0500 Subject: [PATCH] add videos section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d5128be..5e25506 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This library is being actively developed and we'd be happy for you to use it. [API reference](https://nimdocs.com/treeform/pixie) +### Videos + +* [Pixie 5.0 performance improvements](https://www.youtube.com/watch?v=Did21OYIrGI) +* [The details of JPEG decoding in Nim](https://www.youtube.com/watch?v=vYwD7OynFcg&t=4s) +* [A full-featured 2D graphics library for Nim (NimConf 2021)](https://www.youtube.com/watch?v=8acDfUIwLnk) + Features: * Typesetting and rasterizing text, including styled rich text via spans. * Drawing paths, shapes and curves with even-odd and non-zero windings.