An open API service indexing awesome lists of open source software.

https://github.com/savetz/tidbyt-sprite-demo

Tidbyt Sprite Demo
https://github.com/savetz/tidbyt-sprite-demo

pixlet tidbyt

Last synced: 12 months ago
JSON representation

Tidbyt Sprite Demo

Awesome Lists containing this project

README

          

# Tidbyt Sprite Demos
Code to create and move pixel-based sprites on a [Tidbyt](https://tidbyt.com/) display. Sprites can easily be resized, and may include transparent pixels to see through to the background.

## Quick start
1. Install [`pixlet`](https://github.com/tidbyt/pixlet)
2. Run `pixlet serve sprite.star`
3. Go to [http://localhost:8080](http://localhost:8080)

### Sprite Demo
![Preview](spritedemo.gif)

### 3-Frame Animation with Parallax Scrolling Demo
![Preview](parallaxdemo.gif)

### Pac Man Clock
![Preview](pacmandemo.gif)