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
- Host: GitHub
- URL: https://github.com/quinten/rle-sprite-editor
- Owner: Quinten
- License: mit
- Created: 2021-07-14T09:11:26.000Z (almost 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-10-03T12:36:35.000Z (over 4 years ago)
- Last Synced: 2025-03-14T23:51:48.646Z (about 1 year ago)
- Topics: canvas, codegolfing, gamedevelopment, image-processing, javascript, online-tool, rle, rle-compression, rle-encoder, sprites, tool
- Language: HTML
- Homepage: https://quinten.github.io/RLE-sprite-editor/
- Size: 104 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!