| Crates.io | pico8_decompress |
| lib.rs | pico8_decompress |
| version | 0.1.0 |
| created_at | 2025-05-31 09:15:28.658505+00 |
| updated_at | 2025-05-31 09:15:28.658505+00 |
| description | Decompresses Pico-8 text |
| homepage | |
| repository | https://github.com/shanecelis/pico8_decompress |
| max_upload_size | |
| id | 1696215 |
| size | 37,323 |
Pico-8 decompress routines for Rust ported from Dan Sanderson's official C snippets that were written by Joseph White.
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")
This project is licensed under the MIT license.