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

https://github.com/quinten/rle-sprite-editor

Editor and converter for Run Length Encoded sprites
https://github.com/quinten/rle-sprite-editor

canvas codegolfing gamedevelopment image-processing javascript online-tool rle rle-compression rle-encoder sprites tool

Last synced: about 1 year ago
JSON representation

Editor and converter for Run Length Encoded sprites

Awesome Lists containing this project

README

          

# RLE sprite editor

Editor and converter for Run Length Encoded sprites.

Make tiny pixel art sprites in a text format for game jams where you have a limited file or byte size like [js1024](https://js1024.fun/) or [js13k](https://js13kgames.com/)​.

Inspired by [an article from Andrew Berry](https://levelup.gitconnected.com/having-fun-with-run-length-encoded-sprites-662d6a8147c8) in which he explains how RLE sprites work.

## Installation

If you want to install it on your phone as a PWA use the following url: https://quinten.github.io/RLE-sprite-editor

## How does it work?

All [tips and tricks](https://supernapie.com/blog/rle-sprite-editor-tips-and-tricks/) you need are on my blog!