pico8_decompress

Crates.iopico8_decompress
lib.rspico8_decompress
version0.1.0
created_at2025-05-31 09:15:28.658505+00
updated_at2025-05-31 09:15:28.658505+00
descriptionDecompresses Pico-8 text
homepage
repositoryhttps://github.com/shanecelis/pico8_decompress
max_upload_size
id1696215
size37,323
Shane Celis (shanecelis)

documentation

README

Pico-8 Decompress

Pico-8 decompress routines for Rust ported from Dan Sanderson's official C snippets that were written by Joseph White.

Example

This library also includes the pico8-png command line tool.

$ pico8-png hello-cart.p8.png; # OR cargo run hello-cart.p8.png
print("hello world")

License

This project is licensed under the MIT license.

Commit count: 16

cargo fmt