Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 236 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 236 Bytes

rust-nes-sprites2png

convert nes file sprites to png by rust

Screenshot

screenshot

Usage

cargo run "sample/hello_world.nes" "sample/hello_world.png"

Testing

cargo test