pixlet

Build and run pixel-based apps with Starlark scripting.

brewmacoslinux
Try with needOr install directly
Source

About

App runtime and UX toolkit for pixel-based apps

Commands

pixlet

Examples

preview a pixlet app in the browser$ pixlet serve app.star
render a pixlet app to a static image$ pixlet render app.star -o output.webp
push a pixlet app to a Tidbyt device$ pixlet push app.star --installation-id YOUR_DEVICE_ID
create a new pixlet project from template$ pixlet create my-app
run pixlet app and output animation frames$ pixlet render app.star --gif -o animation.gif