https://github.com/gbdev/rgbobj
A Rust program for humans to inspect RGBDS object files
https://github.com/gbdev/rgbobj
Last synced: 12 months ago
JSON representation
A Rust program for humans to inspect RGBDS object files
- Host: GitHub
- URL: https://github.com/gbdev/rgbobj
- Owner: gbdev
- License: mit
- Created: 2021-05-09T15:01:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T23:57:22.000Z (over 1 year ago)
- Last Synced: 2024-10-29T20:18:52.482Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rgbobj
`rgbobj` is a Rust program that allows examining RGBDS object files ("RGB objects") in a human-friendly manner.
## Installation
You can use `cargo install rgbobj` on any platform.
On Linux, you should check your distribution's package manager.
On Windows, pre-built binaries aren't available yet, but will eventually be.
## Usage
Please refer to [the manual page](https://github.com/gbdev/rgbobj/blob/master/rgbobj.1).
## Credits
Written by Eldred Habert (ISSOtm), based on an initial C version by Bob Koon (BlitterObject).
## License
MIT