From afc42f30b87e096ee25f29754082ff346764e2a1 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 1 Dec 2021 22:34:06 -0800 Subject: [PATCH] N28: Pixels _Part of #852_ --- content/news/028/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/news/028/index.md b/content/news/028/index.md index 346be8611..725692f18 100644 --- a/content/news/028/index.md +++ b/content/news/028/index.md @@ -74,6 +74,21 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [Pixels] 0.8.0 👾 + +[Pixels] is a tiny hardware-accelerated pixel framebuffer. Its goals include +pixel-perfect rendering and custom shader pipelines for textures with direct +pixel access. It's perfect for making 2D animations, games, and emulators. + +Version 0.8.0 was released this month, bringing highly anticipated support for +WASM targets, as well as support for Raspberry Pi 4. A [minimal example for web +browsers][pixels-web] is included to get you started. Full details are available +in the [release notes][pixels-changelog]. + +[pixels]: https://github.com/parasyte/pixels +[pixels-changelog]: https://github.com/parasyte/pixels/releases/tag/0.8.0 +[pixels-web]: https://github.com/parasyte/pixels/tree/0.8.0/examples/minimal-web + ## Popular Workgroup Issues in Github