https://github.com/aumetra/nes-utils
Thingies you could need for writing an NES-related stuff (currently only ROM parsing and sprite extracting)
https://github.com/aumetra/nes-utils
Last synced: 4 months ago
JSON representation
Thingies you could need for writing an NES-related stuff (currently only ROM parsing and sprite extracting)
- Host: GitHub
- URL: https://github.com/aumetra/nes-utils
- Owner: aumetra
- License: mit
- Created: 2020-12-28T00:23:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T19:54:01.000Z (over 4 years ago)
- Last Synced: 2024-12-29T22:32:23.535Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nes-utils
Various utility libraries to ease the development of NES-related applications
This repo includes the following libraries:
* [`ines-parser`](ines-parser): A parsing library for the INES 1 format
* [`lemonade`](lemonade): A parsing library for the CHR ROM to extract the sprites from a ROM