This repository is a turbo-enabled monorepo with the following workspaces
| Workspace | Description |
|---|---|
| Pixiedust Library | A typescript library for rendering graphics. |
| Pixiedust Applets | Contains applets that use pixiedust to render a specific graphic. |
| Renderer | An Express server to render applets into animated .webp or .gif images. |
| Preview Tool | A helper tool to preview rendered pixiedust applets. |
| Firmware | A PlatformIO project to display animated images on an Adafruit MatrixPortal. |
To run all workspaces:
$ yarn install
$ yarn dev
Adafruit - January 23, 2024
The pixiedust approach to rendering is heavily inspired by pixlet, created by the team doing great work at Tidbyt. Check them out!
