PIXEL ART · RLE · TOOLS
SixteenBit
A pixel-art editor and run-length encoding utility.
README
Overview
Stores pixel art assets in super small domain-specific implementation of rle and 1bit encoding. These assets are then combined by some rules (or DNA) to generate some final image from any psudo-random value. Useful for unique avatar generation, or NFT avatars.
this character can be loaded with the following encoded string: 481220042001216221016041604160016040c060c040600166016122610280628001608660018403a403a002a003a002a002210221
VISUALS
Project files

sixteenbit1 ★
A pixel-art editor and run-length encoding utility.
- src
- .gitignore
- Cargo.lock
- Cargo.toml
- EDITOR.md
- README.md
- app.ico
- build.rs
- icon.xcf
- rle_char1.xcf
Pixel Artbranch: master